add clibs to getflags
This commit is contained in:
parent
50284241bb
commit
0e84de938e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -223,6 +223,6 @@ osxapp:
|
||||||
|
|
||||||
# used by ./ghci
|
# used by ./ghci
|
||||||
getflags:
|
getflags:
|
||||||
@echo $(ALLFLAGS)
|
@echo $(ALLFLAGS) $(clibs)
|
||||||
|
|
||||||
.PHONY: $(bins) test install
|
.PHONY: $(bins) test install
|
||||||
|
|
Loading…
Reference in a new issue