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:
parent
1cab294517
commit
4dcbc3273e
15 changed files with 9 additions and 15 deletions
|
@ -2,7 +2,6 @@ CONTIKI_PROJECT = webserver-example
|
|||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
APPS = webserver
|
||||
DEFAULT_TARGET = minimal-net
|
||||
|
||||
# The webserver application normally contains a built-in file system and support
|
||||
# for server-side includes.
|
||||
|
|
1
examples/webserver/Makefile.target
Normal file
1
examples/webserver/Makefile.target
Normal file
|
@ -0,0 +1 @@
|
|||
TARGET = minimal-net
|
Loading…
Add table
Add a link
Reference in a new issue