mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix order of make targets
This commit is contained in:
parent
6517a43f6c
commit
9bd9b48e51
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,6 @@ V ?= 2
|
|||
# Platform
|
||||
PLATFORM ?= $(shell uname)
|
||||
|
||||
include Makefile.help
|
||||
include Makefile.config
|
||||
|
||||
ifeq ($(WITH_SRC),1)
|
||||
|
@ -176,3 +175,4 @@ escape = $(shell echo $1 | tr a-z- A-Z_ | tr -dc ' A-Z0-9_')
|
|||
|
||||
include $(wildcard $(BUILDDIR)/**/*.d)
|
||||
include $(patsubst %,$(SRCDIR)/%/Makefile.inc,$(MODULES))
|
||||
include Makefile.help
|
||||
|
|
Loading…
Add table
Reference in a new issue