summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}