File mtt/cc/Makefile artifact 943d4cbedc on branch master
CXX ?= g++ build: parse_m2cc.exe .PHONY: FORCE clean: FORCE @-rm -f parse_m2cc.exe parse_m2cc.exe: parse_m2cc.cc @$(CXX) $< $(CFLAGS) -o $@ -I./include @strip $@
CXX ?= g++ build: parse_m2cc.exe .PHONY: FORCE clean: FORCE @-rm -f parse_m2cc.exe parse_m2cc.exe: parse_m2cc.cc @$(CXX) $< $(CFLAGS) -o $@ -I./include @strip $@