summaryrefslogtreecommitdiff
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
commit6630dd0b1d78c856fcf55f10c18ebad9b246fae9 (patch)
treeb85b9940d3e312e6704a33105c28bb57aa6edaaf
parent64c6b3e0a725b95becda5cd10c93bf0ffd11be82 (diff)
Formerly Makefile.~3~
-rw-r--r--libtrivfs/Makefile2
-rw-r--r--mkbootfs/Makefile3
2 files changed, 5 insertions, 0 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 2e3c2d8d..2fbfea7f 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -31,3 +31,5 @@ DIST_FILES= demuxer.c dir-link.c dir-mkdir.c dir-mkfile.c dir-pathtrans.c \
io-readable.c io-reauthenticate.c io-restrict-auth.c io-seek.c \
io-select.c io-stat.c io-stubs.c io-version.c io-write.c nosenders.c \
notify-stubs.c trivfs.h
+
+clean:
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