aboutsummaryrefslogtreecommitdiffstats
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 c20ec11..fa7b155 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ VERSION := 0.0.2
all: extract-artwork README.html
extract-artwork: extract-artwork.c
- $(CC) $(CFLAGS) $(LDFLAGS) -o extract-artwork extract-artwork.c
+ $(CC) extract-artwork.c $(CFLAGS) $(LDFLAGS) -o extract-artwork
README.html: README.md
$(MD) README.md > README.html