summaryrefslogtreecommitdiff
path: root/mkbootfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-01 19:05:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-01 19:05:40 +0000
commit54146a1962005507a2957b0af6ac67bbc66df7be (patch)
tree9f93cf1d1cd7f1e9faac9901faf25138c6686f89 /mkbootfs
parentac3b794b9a8dadbdae074fd4b56df8d0330a91b0 (diff)
Formerly Makefile.~3~
Diffstat (limited to 'mkbootfs')
-rw-r--r--mkbootfs/Makefile3
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