Makefile didn't work. Nice.

This commit is contained in:
Mid Favila 2022-10-01 19:05:39 -04:00
parent facda46907
commit eb14a4dbfe
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ false: true
ln -s true false
install: all
mkdir -p ${DESTDIR}/${PREFIX}
mkdir -p ${DESTDIR}/${PREFIX}/bin
install -Dm0755 ${BIN} ${DESTDIR}/${PREFIX}/bin/
clean: