AgnosiaEngine/Makefile

14 lines
238 B
Makefile
Raw Normal View History

.PHONY: all
all: placeholder
.PHONY: dep
dep:
.PHONY: info
info:
@echo "make: Build executable"
@echo "make dep: Make all required dependencies"
@echo "make debug: Make with Debug hooked in"
@echo "make clean: Clean all files"