mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 06:48:27 +02:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
|
CC=mipsel-openwrt-linux-gcc
|
||
|
CFLAGS=-Wall
|
||
|
|
||
|
MAIN = try
|
||
|
OBJS = $(MAIN).c lib/atusd.o
|
||
|
|
||
|
$(MAIN): $(OBJS)
|