diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:05:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:05:40 +0000 |
commit | 6630dd0b1d78c856fcf55f10c18ebad9b246fae9 (patch) | |
tree | b85b9940d3e312e6704a33105c28bb57aa6edaaf /mkbootfs | |
parent | 64c6b3e0a725b95becda5cd10c93bf0ffd11be82 (diff) |
Formerly Makefile.~3~
Diffstat (limited to 'mkbootfs')
-rw-r--r-- | mkbootfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index af663942..10106986 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -21,3 +21,6 @@ DIST_FILES = mkbootfs.c Makefile all: mkbootfs mkbootfs: mkbootfs.c $(CC) mkbootfs.c -o mkbootfs + +clean: + rm -f mkbootfs *.o |