Fixed node id handling and discovery
[cerebrum.git] / test / Makefile
blob8b8fe2c62c0ea8b3d956d774105a305decdbd212
2 all: main
4 main: autocode.c config.c uart.c main.c ../common/comm.c
5 @gcc -std=gnu99 -D__TEST__ -DCONFIG_ADDRESS=${CONFIG_ADDRESS} -o main -I ../common -I. $^
6 clean:
7 @rm -f main || true
8 program: