diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-10 16:13:26 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-10 16:13:26 -0400 |
commit | 4fcae53ed9180dfbb41c922540e7db769bd118d8 (patch) | |
tree | 914c4adf77dfdcb9a23ee65cf3df6f7cf8c5dc7a /Makefile | |
parent | ec25b66e85765bafe7a944d805669c931026a5be (diff) |
some cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ debug: *.[ch] build.sh ./build.sh release: *.[ch] build.sh ./build.sh release - +profile: *.[ch] build.sh + ./build.sh profile clean: rm toc *.o |