aboutsummaryrefslogtreecommitdiff
path: root/apps/chess
diff options
context:
space:
mode:
authorMarvin Borner2021-04-23 14:19:14 +0200
committerMarvin Borner2021-04-23 14:19:14 +0200
commit5c708d6c25321a2ea7a985e6f9f8b2a5ed84c74f (patch)
tree0d261f41b3a86b5d515238646bfa6ce86fd06d38 /apps/chess
parente1fea940e4c642b1c883429ed5f2a69d51b84270 (diff)
Fixed makefiles
Diffstat (limited to 'apps/chess')
-rw-r--r--apps/chess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/chess/Makefile b/apps/chess/Makefile
index 549b603..b538807 100644
--- a/apps/chess/Makefile
+++ b/apps/chess/Makefile
@@ -4,7 +4,7 @@ OBJS = chess.o
all: $(OBJS)
@mkdir -p $(BUILD)/apps/chess/
- @$(LD) -o $(BUILD)/apps/chess/exec $(LDFLAGS) $< -lgui -ltxt -lc
+ @$(LD) -o $(BUILD)/apps/chess/exec $(LDFLAGS) $^ -lgui -ltxt -lc
clean:
@$(RM) -f $(OBJS)