Ferdig med 12

This commit is contained in:
2024-02-27 22:10:05 +01:00
parent c4dff16045
commit 60235bdaf2
8 changed files with 91 additions and 4 deletions

View File

@@ -16,3 +16,6 @@ clear: clean
zip: clean
zip $(folder) Makefile *.cpp *.h
profile:
g++ -pg *.cpp -o $@ $^