diff options
Diffstat (limited to 'apps/init/Makefile')
-rw-r--r-- | apps/init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/init/Makefile b/apps/init/Makefile index b56c344..3547797 100644 --- a/apps/init/Makefile +++ b/apps/init/Makefile @@ -4,7 +4,7 @@ OBJS = init.o all: $(OBJS) @mkdir -p $(BUILD)/apps/init/ - @$(LD) -o $(BUILD)/apps/init/exec $(LDFLAGS) $< -lc + @$(LD) -o $(BUILD)/apps/init/exec $(LDFLAGS) $^ -lc clean: @$(RM) -f $(OBJS) |