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