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/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/test') diff --git a/apps/test/Makefile b/apps/test/Makefile index cbd3b57..2b4a33b 100644 --- a/apps/test/Makefile +++ b/apps/test/Makefile @@ -4,7 +4,7 @@ OBJS = test.o all: $(OBJS) @mkdir -p $(BUILD)/apps/test/ - @$(LD) -o $(BUILD)/apps/test/exec $(LDFLAGS) $< -lc + @$(LD) -o $(BUILD)/apps/test/exec $(LDFLAGS) $^ -lc clean: @$(RM) -f $(OBJS) -- cgit v1.2.3