diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-08-02 13:37:41 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-08-02 13:37:41 -0400 |
commit | 034f6e0b13669923237a4478c4c33c1f8aedc7e1 (patch) | |
tree | 2b253e9230cc2281d43da37df0275397b46a967b | |
parent | 344b1d241863cdee4ae645d1d02df48bf905af3f (diff) |
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,3 +46,6 @@ ex: ex.o ex_command.o \ ex_write.o\ ex_wq.o\ ex_xit.o\ + +clean: + rm -f *.o ex vi |