nes-proj/examples/rpl-udp/Makefile
2017-10-30 21:46:55 +00:00

12 lines
189 B
Makefile

all: udp-client udp-server
CONTIKI=../..
ifdef SERVER_REPLY
CFLAGS+=-DSERVER_REPLY=$(SERVER_REPLY)
endif
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
include $(CONTIKI)/Makefile.include