add clibs to getflags

This commit is contained in:
Joey Hess 2012-11-06 15:57:01 -04:00
parent 50284241bb
commit 0e84de938e

View file

@ -223,6 +223,6 @@ osxapp:
# used by ./ghci
getflags:
@echo $(ALLFLAGS)
@echo $(ALLFLAGS) $(clibs)
.PHONY: $(bins) test install