diff options
Diffstat (limited to 'apps/test/Makefile')
-rw-r--r-- | apps/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |