diff options
| author | Ache <ache@ache.one> | 2016-05-20 04:48:01 +0200 |
|---|---|---|
| committer | Ache <ache@ache.one> | 2016-05-20 04:48:01 +0200 |
| commit | 7b9d9bf058e7fb6f439c729e754aaeac022333e2 (patch) | |
| tree | 174aa46510a2c080f7b7b832ba00b3b0daa2993a | |
| parent | Message info for make install (diff) | |
mrpropest clear test file too
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ clean: mrproper: clean rm todo +mrpropest: mrproper + rm .todo.txt + /usr/bin/todo: todo cp ./todo /usr/bin/ |