Files
0ad/build/premake/src/Makefile
T
2009-12-05 23:57:58 +00:00

22 lines
369 B
Makefile

# 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 Premake
all: Premake
Premake:
@echo ==== Building Premake ====
@$(MAKE) --no-print-directory -C Src
clean:
@$(MAKE) --no-print-directory -C Src clean