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