Files
AiSD/projekt 2/Makefile

9 lines
92 B
Makefile

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