aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d1d2b1..b09bbd6 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ export __LIBS := $(shell pkg-config --libs sqlite3) -luconfig
all: $(PROG)
$(PROG): src/config.o src/input.o src/main.o src/system.o src/utils.o uconfig/libuconfig.a
- $(CC) -o $@ $^ $(__LIBS) $(__LDFLAGS) $(LDFLAGS) $(LIBS)
+ $(CC) -o $@ $^ $(__LDFLAGS) $(__LIBS) $(LDFLAGS) $(LIBS)
src/config.o: src/config.c src/config.h src/system.h src/utils.h
src/input.o: src/input.c src/input.h