Added the previously forgotten arduino reset script.
[cerebrum.git] / common / Makefile
blob482eae3c9f12e439c253c7205a136c9d0f79527e
2 all: comm-test
4 comm-test:
5 @gcc -std=gnu99 -D__TEST__ -o comm-test comm.c main.c uart.c autocode.c config.c
7 clean:
8 rm comm-test