diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 18:39:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 18:39:54 +0000 |
commit | 7c5ad38ffd4cdfcc24fe196a30bd89e1a6de3a04 (patch) | |
tree | e36356982d2b8dc932199a67a3d633700011d1bb /boot | |
parent | 94493e6184fdb356c3185d2851bcef10f561375b (diff) |
Formerly Makefile.~10~
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile index 3c2cdbd7..e57159ef 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -35,6 +35,8 @@ install: boot clean: rm -f boot $(OBJS) *_S.h *Server.c +relink: + rm -f boot boot.o: notify_S.h exec_S.h device_S.h io_S.h |