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