mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 05:14:01 +02:00
remove unused stuff from test.c
This commit is contained in:
parent
3bb2e1d076
commit
bd82084531
2 changed files with 6 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue