gsplus/src/Makefile

15 lines
249 B
Makefile
Raw Permalink Normal View History

2015-11-05 20:23:46 +00:00
2019-03-21 22:31:15 +00:00
.PHONY: rtfm
rtfm:
@echo ""
@echo "CMAKE IS NOW USED AS THE BUILD SYSTEM"
@echo " (YES I'M YELLING)"
@echo ""
@echo "(from top level directory)"
@echo " mkdir build"
@echo " cd build"
@echo " cmake .."
@echo " make"
@echo ""
2015-11-05 20:23:46 +00:00