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