diff options
author | midipix <writeonce@midipix.org> | 2016-03-17 22:17:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:37 -0500 |
commit | 428bd0f4667f7dbc5822f4834e9ed96d8219bad3 (patch) | |
tree | 6485957c2ae398108bad0023a9450bd54977f143 | |
parent | 6538b3d4fc32e4d41e8027b1d9bd726316d42130 (diff) | |
download | mdso-428bd0f4667f7dbc5822f4834e9ed96d8219bad3.tar.bz2 mdso-428bd0f4667f7dbc5822f4834e9ed96d8219bad3.tar.xz |
build system: added .display-host.
-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 \ |