diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-06 15:57:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-06 15:57:01 -0400 |
commit | 4225df71b1d28fc4cca2487ba5ee5f42d10c2132 (patch) | |
tree | 54857d0f32fef047d379db412cd7ad0cf1633935 /Makefile | |
parent | baef0c2032fa42110d0b301e0e8015b050bdf135 (diff) |
add clibs to getflags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,6 +223,6 @@ osxapp: # used by ./ghci getflags: - @echo $(ALLFLAGS) + @echo $(ALLFLAGS) $(clibs) .PHONY: $(bins) test install |