Skip to content
Snippets Groups Projects
Commit 07fea566 authored by dkg's avatar dkg
Browse files

fix makefile for --Wl,--as-needed (addresses #872188)

parent abaa1de5
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ check: hddemux
./testsuite
hddemux: hddemux.c
gcc $(CFLAGS) $(LDFLAGS) -std=c11 -pedantic -Wall -Werror -o $@ $<
gcc $(CFLAGS) $< $(LDFLAGS) -std=c11 -pedantic -Wall -Werror -o $@
hddemux.1: hddemux.1.md
pandoc -s -f markdown -t man -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment