summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d170eb3..767c268 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ build/%.o: %.c
$(CC) $(CFLAGS) -c $< -o $@
build/qlprint: $(OBJS)
- $(CC) $(LDFLAGS) $^ -o $@
+ $(CC) $^ $(LDFLAGS) -o $@
$(OBJS): $(wildcard include/*) Makefile