diff options
author | Camil Staps | 2016-01-27 19:28:02 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-27 19:28:02 +0100 |
commit | 1fd4431313eccf9f477854f6fdb9935d6b5447da (patch) | |
tree | 48407ba66c409ae424a5fe2c6a65246bf019f222 | |
parent | Update CleanReadLine (diff) |
Update Makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ all: iclean clean: rm -rf compile.o iclean "Clean System Files" + make -C CleanReadLine clean compile.o: compile.c cc -O0 -c compile.c |