aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-18 14:11:43 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-18 14:11:43 +1200
commit00700a9693d779b9682e85b625114b1c21e95250 (patch)
tree46662d768b1bafe82d9861a8b8d4f3bdf5f66cc6
parentaad413b909f1e44a4b2c4b6dc6f8677c3fdae22b (diff)
downloadpgm-interlace-00700a9693d779b9682e85b625114b1c21e95250.tar.xz
Force LDFLAGS to end of command
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8876322..919b272 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ include config.mk
all: pgm-interlace
pgm-interlace: pgm-interlace.o
+ $(CC) -o $@ $< $(LDFLAGS)
test: all
./test/test.sh