Rework all Makefiles
[vst-plugins.git] / plugins / highlife / Linux / Makefile
blobe463899e67dadb897251c2c6a936f2d0ad5a4bc0
1 # Makefile autogenerated by premake
2 # Don't edit this file! Instead edit `premake.lua` then rerun `make`
3 # Options:
4 # CONFIG=[Release|Debug]
6 ifndef CONFIG
7 CONFIG=Release
8 endif
10 export CONFIG
12 .PHONY: all clean highlife
14 all: highlife
16 Makefile: premake.lua
17 @echo ==== Regenerating Makefiles ====
18 @premake --file $^ --os linux --cc gcc --target gnu
20 highlife:
21 @echo ==== Building highlife ====
22 @$(MAKE) --no-print-directory -C . -f highlife.make
24 clean:
25 @$(MAKE) --no-print-directory -C . -f highlife.make clean