mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-05 09:04:08 +00:00
503341ae4c
This was SVN commit r7218.
22 lines
369 B
Makefile
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
|