mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
remove debug target from test_nativenet
It conflicts with an existing debug target
This commit is contained in:
parent
983dabe73f
commit
d676cd328b
@ -1,6 +1,3 @@
|
||||
debug: CFLAGS += -g
|
||||
debug: CFLAGS += -DENABLE_DEBUG
|
||||
|
||||
export PROJECT = test_nativenet
|
||||
include ../Makefile.tests_common
|
||||
|
||||
@ -14,7 +11,6 @@ USEMODULE += nativenet
|
||||
USEMODULE += transceiver
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
debug: all
|
||||
|
||||
FORCE:
|
||||
touch main.c
|
||||
|
Loading…
Reference in New Issue
Block a user