1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-02-11 02:21:56 +02:00
ben-wpan/atben/tools/Makefile
2011-01-17 10:53:55 -03:00

8 lines
124 B
Makefile

CC=mipsel-openwrt-linux-gcc
CFLAGS=-Wall -I../../atrf/fw/include
MAIN = try
OBJS = $(MAIN).c lib/atusd.o
$(MAIN): $(OBJS)