diff options
Diffstat (limited to 'init/Makefile')
-rw-r--r-- | init/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile index 35da6be1..7154a579 100644 --- a/init/Makefile +++ b/init/Makefile @@ -44,3 +44,5 @@ startup_reply.h startup_replyUser.c: $(headers)/hurd/startup_reply.defs $(header clean: rm -f init *.o +relink: + rm -f init |