remove unused stuff from test.c

This commit is contained in:
Pavol Rusnak 2011-04-04 21:58:12 +02:00
parent 3bb2e1d076
commit bd82084531
2 changed files with 6 additions and 17 deletions

View file

@ -21,6 +21,7 @@ clean:
rm -f obj/*.bin
rm -f obj/*.map
rm -f obj/*.o
rm -f test
deploy:
dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /usr/local/LPCXpresso/bin/LPCXpressoWIN.enc || :
@ -30,4 +31,4 @@ deploy:
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -flash-load=obj/$(NAME).axf
test: test.c
gcc test.c -o test -lusb-1.0
gcc test.c -o test -lusb-1.0 -Wall -Werror