diff options
author | midipix <writeonce@midipix.org> | 2016-03-17 22:17:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-17 22:17:15 -0400 |
commit | e43b24471834db4f8d658b3a28a8c79e33649fed (patch) | |
tree | 2c775bb6cb11c6a9945905d7d8551af85270d477 /Makefile.in | |
parent | 411564af27f7d3db87089c7dac0ad58e2026e96b (diff) | |
download | slibtool-e43b24471834db4f8d658b3a28a8c79e33649fed.tar.bz2 slibtool-e43b24471834db4f8d658b3a28a8c79e33649fed.tar.xz |
build system: added .display-host.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index bd47dfe..8be384e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -299,6 +299,9 @@ clean: @echo USER_CXX:' '$(USER_CXX) @echo +.display-host: + @$(CC) $(CFLAGS) -dumpmachine + .PHONY: all install shared static app .display \ shared-objs shared-lib shared-implib \ |