diff options
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 |