Files
AiSD/projekt 1/Makefile

9 lines
91 B
Makefile

build:
ccache g++ main.cpp
run:
ccache g++ main.cpp; ./a.out -O3
clean:
rm -f ./a.out