mirror of
https://git.eworm.de/cgit/extract-artwork
synced 2025-08-05 02:24:52 +02:00
Makefile: change order of compiler parameters
This commit is contained in:
parent
c8d55daf51
commit
058659456e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue