Rework all Makefiles
[vst-plugins.git] / plugins / tal-dub-3-juce / Linux / Makefile
blob570af5bf63b89fe37ae277fd73a987b0dfa730ea
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 TAL-Dub-3
14 all: TAL-Dub-3
16 Makefile: premake.lua
17 @echo ==== Regenerating Makefiles ====
18 @premake --file $^ --os linux --cc gcc --target gnu
20 TAL-Dub-3:
21 @echo ==== Building TAL-Dub-3 ====
22 @$(MAKE) --no-print-directory -C . -f TAL-Dub-3.make
24 clean:
25 @$(MAKE) --no-print-directory -C . -f TAL-Dub-3.make clean