diff options
Diffstat (limited to 'boot/Makefile')
-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 |