https://github.com/aparis69/Desertscapes-Simulation
Revision c2929420f4768902892521fbece839ed60d59d51 authored by Axel on 03 September 2019, 15:19:08 UTC, committed by Axel on 03 September 2019, 15:19:08 UTC
1 parent 86a7922
Tip revision: c2929420f4768902892521fbece839ed60d59d51 authored by Axel on 03 September 2019, 15:19:08 UTC
Debug
Debug
Tip revision: c292942
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 ...