1
0
Fork 0
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:
Steffen Vogel 2018-04-09 08:07:50 +02:00
parent 6517a43f6c
commit 9bd9b48e51

View file

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