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