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