7 lines
76 B
Makefile
7 lines
76 B
Makefile
build:
|
|
g++ -g -Iinclude main.cpp
|
|
|
|
clean:
|
|
rm -f a.out
|
|
rm -rf Dokumentacja
|