diff options
author | midipix <writeonce@midipix.org> | 2016-03-17 22:17:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-17 22:53:47 -0400 |
commit | 8b12e506db3c6572bfe1bad94283f35cebfd542b (patch) | |
tree | b56536e7c771a80607e38841ba136d2afcff1098 | |
parent | 198aa9598c80e4ba66b9c6c66ccf6858e911d50e (diff) | |
download | sofort-8b12e506db3c6572bfe1bad94283f35cebfd542b.tar.bz2 sofort-8b12e506db3c6572bfe1bad94283f35cebfd542b.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 \ |