Makefile (91B)
1 CXX = g++ 2 .PHONY: clean 3 4 main: multi_and_flat.cpp 5 $(CXX) -O1 -o $@ $< 6 7 clean: 8 rm -f main
cs205-lecture-examplesExample codes used during Harvard CS205 lectures | |
| git clone https://git.0xfab.ch/cs205-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |