diff options
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 |