1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added missing release variant to ‚make everything‘

This commit is contained in:
Steffen Vogel 2017-03-07 06:35:45 -04:00
parent c2cb2c8e02
commit 1d841a365f

View file

@ -94,6 +94,7 @@ all: src plugins | lib
# Build everything with different profiles: debug, coverage, ...
everything:
$(MAKE) RELEASE=1
$(MAKE) DEBUG=1
$(MAKE) COVERAGE=1
$(MAKE) PROFILE=1