diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-17 12:48:23 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-17 12:48:23 +0300 |
commit | 0bd2ab4d1f9e8fdbf55ed11d61fe2e75720a334a (patch) | |
tree | 59f91bead63e9f68f74dafd73b68491286eabcf7 /tempalte/Makefile | |
parent | 45f12ba19761024d335407793ffb8d4823b28149 (diff) |
finished 206, 207
Diffstat (limited to 'tempalte/Makefile')
-rw-r--r-- | tempalte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tempalte/Makefile b/tempalte/Makefile index 224506f..3f1ad56 100644 --- a/tempalte/Makefile +++ b/tempalte/Makefile @@ -15,4 +15,4 @@ main: main.cpp include/* $(CXX) -o $@ $< $(CFLAGS) clean: - rm -fr main *.png *.plot + rm -fr main *.png *.plot *.print *.log |