From 034f6e0b13669923237a4478c4c33c1f8aedc7e1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 2 Aug 2019 13:37:41 -0400 Subject: add clean target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 036c036..831d71c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1