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 | 78f4bf2b7b39f58b4af9d354c47f5e75d49757a3 (patch) | |
tree | 2eb199915ee1723209cb15bbe03b11d70238045f | |
parent | b7c699adfce054bc3ca4b4234cdf61def5e7ed00 (diff) | |
download | perk-78f4bf2b7b39f58b4af9d354c47f5e75d49757a3.tar.bz2 perk-78f4bf2b7b39f58b4af9d354c47f5e75d49757a3.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 \ |