diff options
-rw-r--r-- | init/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile index d9791000..5defda85 100644 --- a/init/Makefile +++ b/init/Makefile @@ -20,3 +20,6 @@ dir := init.trim include ../Makeconf DIST_FILES = Makefile init.c + +clean: + rm -f init *.o |