Files
427f5252-gr04-repo/Projekt/Makefile

7 lines
73 B
Makefile

build:
g++ -Iinclude main.cpp
clean:
rm -f a.out
rm -rf Dokumentacja