https://github.com/aparis69/Desertscapes-Simulation
Revision 7065a8e87831812dfdc9ae02675c02cafe870744 authored by Axel on 04 September 2019, 08:02:17 UTC, committed by Axel on 04 September 2019, 08:02:17 UTC
1 parent 7794a5e
Tip revision: 7065a8e87831812dfdc9ae02675c02cafe870744 authored by Axel on 04 September 2019, 08:02:17 UTC
Updated readme file and premake.lua
Updated readme file and premake.lua
Tip revision: 7065a8e
Makefile
# GNU Make solution makefile autogenerated by Premake
# Type "make help" for usage help
ifndef config
config=debug64
endif
export config
PROJECTS := ImplicitTerrains
.PHONY: all clean help $(PROJECTS)
all: $(PROJECTS)
ImplicitTerrains:
@echo "==== Building ImplicitTerrains ($(config)) ===="
@${MAKE} --no-print-directory -C . -f ImplicitTerrains.make
run:
cd Out/ && ./ImplicitTerrains && cd ../
clean:
@${MAKE} --no-print-directory -C . -f ImplicitTerrains.make clean
help:
@echo "Usage: make [config=name] [target]"
@echo ""
@echo "CONFIGURATIONS:"
@echo " debug64"
@echo " release64"
@echo ""
@echo "TARGETS:"
@echo " all (default)"
@echo " clean"
@echo " ImplicitTerrains"
@echo ""
@echo "For more information, see http://industriousone.com/premake/quick-start"
Computing file changes ...