diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-22 01:42:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-22 01:42:47 +0000 |
commit | 9096d4c90d05d868da95a1c7e5d5a1f49028c8d3 (patch) | |
tree | 9acd84e50a0cc42cfd4ca64d553facc94b9808d9 /mkbootfs/Makefile | |
parent | a9812b88e4ac22450fb213d4beef7e49f3a9d191 (diff) |
Formerly Makefile.~2~
Diffstat (limited to 'mkbootfs/Makefile')
-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 |