mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-02-11 02:21:56 +02:00
8 lines
124 B
Makefile
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)
|