diff options
-rw-r--r-- | mkbootfs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index 1fb23af8..af663942 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993 Free Software Foundation +# Copyright (C) 1993, 1994 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -18,3 +18,6 @@ dir := mkbootfs include ../Makeconf DIST_FILES = mkbootfs.c Makefile +all: mkbootfs +mkbootfs: mkbootfs.c + $(CC) mkbootfs.c -o mkbootfs |