aboutsummaryrefslogtreecommitdiff
path: root/apps/idle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/idle/Makefile')
-rw-r--r--apps/idle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/idle/Makefile b/apps/idle/Makefile
index dc979b3..28145b4 100644
--- a/apps/idle/Makefile
+++ b/apps/idle/Makefile
@@ -4,7 +4,7 @@ OBJS = idle.o
all: $(OBJS)
@mkdir -p $(BUILD)/apps/idle/
- @$(LD) -o $(BUILD)/apps/idle/exec $(LDFLAGS) $< -lc
+ @$(LD) -o $(BUILD)/apps/idle/exec $(LDFLAGS) $^ -lc
clean:
@$(RM) -f $(OBJS)