diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:05:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:05:25 +0000 |
commit | 64c6b3e0a725b95becda5cd10c93bf0ffd11be82 (patch) | |
tree | 708a0b1fa531c7cd4ac3d8d8dbfb44239db0d94e /init/Makefile | |
parent | 3031ec1b9c2d21ffa4c65f2420f1ec51007e84d8 (diff) |
Formerly Makefile.~2~
Diffstat (limited to 'init/Makefile')
-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 |