diff options
author | davidovski <david@davidovski.xyz> | 2022-05-01 15:59:36 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-01 15:59:36 +0100 |
commit | 1e82997daab7c302c8b90ebc57b1cce5bd55a518 (patch) | |
tree | db513444c87e047be272335bf1e6f5966f902f64 /Makefile | |
parent | fd1e31b3507ea0555c6f620188fa10f844d712b3 (diff) |
moved generated colours to main projectv1.3.1
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |