Zadanie 1&2 z Projektu 2
This commit is contained in:
8
projekt 2/Makefile
Normal file
8
projekt 2/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
build:
|
||||
ccache g++ main.cpp
|
||||
|
||||
run:
|
||||
ccache g++ main.cpp -O3 ; ./a.out
|
||||
|
||||
clean:
|
||||
rm -f ./a.out
|
||||
Reference in New Issue
Block a user