From 1e82997daab7c302c8b90ebc57b1cce5bd55a518 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 1 May 2022 15:59:36 +0100 Subject: moved generated colours to main project --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20f829b..f5b606a 100755 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ install-glyphs: src/glyphs.sh install -Dm755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib - check-parseconf: shtests parseconf test/parseconf.sh ${DIST}/shtests ./test/parseconf.sh @@ -50,7 +49,8 @@ parseconf: src/parseconf.sh install -Dm755 src/parseconf.sh ${DIST}/parseconf colors: src/colors.list - sh src/generate_colors.sh ${DIST}/ src/colors.list + cp src/colors.sh ${DIST} + cp src/colors.h ${DIST} clean: rm -r ${DIST} -- cgit v1.2.1