1
0
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:
Ludwig Ortmann 2014-02-22 10:05:23 +01:00
parent 983dabe73f
commit d676cd328b

View File

@ -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