The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Makefile autogenerated by premake
- # Don't edit this file! Instead edit `premake.lua` then rerun `make`
- # Options:
- # CONFIG=[Debug|Release]
-
- ifndef CONFIG
- CONFIG=Debug
- endif
-
- export CONFIG
-
- .PHONY: all clean JUCE
-
- all: JUCE
-
- Makefile: juce_premake.lua
- @echo ==== Regenerating Makefiles ====
- @premake --file $^ --cc gcc --target gnu
-
- JUCE:
- @echo ==== Building JUCE ====
- @$(MAKE) --no-print-directory -C . -f JUCE.make
-
- clean:
- @$(MAKE) --no-print-directory -C . -f JUCE.make clean
|