3 lines
58 B
Makefile
3 lines
58 B
Makefile
|
all:
|
||
|
clang++ -std=c++11 -I../../ -g -O1 -o saver main.cc
|