diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:24:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 21:24:36 +0100 |
commit | 25d5a2b770e86713b2f3ebbf996e012873ffc49c (patch) | |
tree | 8814d3f16f4bc7eb10655c204008fc9e0a5d4b14 /config.mk | |
parent | make clean: remove __pycache__ (diff) | |
download | libcolour-25d5a2b770e86713b2f3ebbf996e012873ffc49c.tar.gz libcolour-25d5a2b770e86713b2f3ebbf996e012873ffc49c.tar.bz2 libcolour-25d5a2b770e86713b2f3ebbf996e012873ffc49c.tar.xz |
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -VERSION_MAJOR = 2 -VERSION_MINOR = 3 - PREFIX = /usr MANPREFIX = $(PREFIX)/share/man |