From 6630dd0b1d78c856fcf55f10c18ebad9b246fae9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 1 Mar 1994 19:05:40 +0000 Subject: Formerly Makefile.~3~ --- mkbootfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkbootfs/Makefile') 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 -- cgit v1.2.3