diff options
author | Camil Staps | 2015-07-07 23:19:59 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-07 23:19:59 +0200 |
commit | 4549122f5e59e7ff3f60184a0c2f5316afa11705 (patch) | |
tree | 2e5189011df341a23977e3d31a4b0de374ed407e /Makefile | |
parent | Initial commit (diff) |
Fixes & readme
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ iclean: compile.o iclean.icl clm -l compile.o iclean -o iclean run: iclean - ./iclean + ./iclean -nr -nt |