Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files.

This commit is contained in:
oliverschmidt 2008-05-26 10:09:12 +00:00
parent 1cab294517
commit 4dcbc3273e
15 changed files with 9 additions and 15 deletions

View file

@ -2,7 +2,6 @@ CONTIKI_PROJECT = testv6
all: $(CONTIKI_PROJECT)
APPS = webserver
DEFAULT_TARGET = minimal-net
CFLAGS = -DUIP_CONF_IPV6
CONTIKI = ../..

View file

@ -0,0 +1 @@
TARGET = minimal-net