Set shell scripts executable in build

This commit is contained in:
C. McEnroe 2020-10-23 11:10:00 -04:00
parent d90a43d948
commit 8f81318a3f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ ${OBJS}: daemon.h
.in:
sed -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%RUNDIR%%|${RUNDIR}|g' $< > $@
chmod a+x $@
tags: *.c *.h
ctags -w *.c *.h