summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-01 15:59:36 +0100
committerdavidovski <david@davidovski.xyz>2022-05-01 15:59:36 +0100
commit1e82997daab7c302c8b90ebc57b1cce5bd55a518 (patch)
treedb513444c87e047be272335bf1e6f5966f902f64 /Makefile
parentfd1e31b3507ea0555c6f620188fa10f844d712b3 (diff)
moved generated colours to main projectv1.3.1
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
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}