From 0e84de938ec4ad0d014d9c0b299212df580fb797 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Nov 2012 15:57:01 -0400 Subject: [PATCH] add clibs to getflags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ce284a636..a98949e088 100644 --- a/Makefile +++ b/Makefile @@ -223,6 +223,6 @@ osxapp: # used by ./ghci getflags: - @echo $(ALLFLAGS) + @echo $(ALLFLAGS) $(clibs) .PHONY: $(bins) test install