Fixed a typo in Makefile.
This commit is contained in:
parent
72284c299a
commit
6b47ea5a88
4
Makefile
4
Makefile
@ -20,14 +20,14 @@ ${TARGET}: ${SOURCES}
|
||||
|
||||
install:
|
||||
install -Dm 0755 ${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||
install -Dm 0644 configs/config.example.json ${DESTDIR}${PREFIX}etc/${TARGET}.json
|
||||
install -Dm 0644 configs/config.example.json ${DESTDIR}${PREFIX}/etc/${TARGET}.json
|
||||
install -Dm 0644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/${TARGET}/LICENSE
|
||||
install -Dm 0644 init/systemd.service ${DESTDIR}${PREFIX}${SYSDDIR}/${TARGET}.service
|
||||
|
||||
uninstall:
|
||||
rm ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||
rm ${DESTDIR}${PREFIX}/share/licenses/${TARGET}
|
||||
rm ${DESTDIR}${PREFIX}${SYSDDIR}/${TARGET}.service
|
||||
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
|
||||
|
||||
clean:
|
||||
rm httpprocprobed
|
Loading…
Reference in New Issue
Block a user