From 5c708d6c25321a2ea7a985e6f9f8b2a5ed84c74f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 23 Apr 2021 14:19:14 +0200 Subject: Fixed makefiles --- apps/chess/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/chess/Makefile') 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) -- cgit v1.2.3