diff options
author | midipix <writeonce@midipix.org> | 2020-01-06 08:25:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-06 08:48:00 +0000 |
commit | bd99da8cae21a7d55e0b9120832944435a907d89 (patch) | |
tree | e11614e0fb194e9bcc5f84b7c130915e4787a940 | |
parent | f520d85e9667487cdd09d6b7642c49eddc9c495f (diff) | |
download | pemagine-bd99da8cae21a7d55e0b9120832944435a907d89.tar.bz2 pemagine-bd99da8cae21a7d55e0b9120832944435a907d89.tar.xz |
build system: remove the .conf and .display makefile targets (no longer used).
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index c289824..56b482c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -284,15 +284,6 @@ clean: clean-implib rm -f build/$(PACKAGE).pc -.display: .display-project .display-pkgconf .display-env \ - .display-tools .display-flags \ - .display-dirs .display-build \ - .display-config - -.conf: PAGER ?= less -.conf: - $(MAKE) .display | $(PAGER) - .PHONY: package-app \ all install shared static app \ shared-objs shared-lib \ |