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