aboutsummaryrefslogtreecommitdiff
path: root/apps/init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init/Makefile')
-rw-r--r--apps/init/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/init/Makefile b/apps/init/Makefile
index 7dec3e8..b56c344 100644
--- a/apps/init/Makefile
+++ b/apps/init/Makefile
@@ -3,7 +3,8 @@
OBJS = init.o
all: $(OBJS)
- @$(LD) -o $(BUILD)/apps/init $(LDFLAGS) $< -lc
+ @mkdir -p $(BUILD)/apps/init/
+ @$(LD) -o $(BUILD)/apps/init/exec $(LDFLAGS) $< -lc
clean:
@$(RM) -f $(OBJS)