Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
forgot makefile...
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Nov 22, 2013
1 parent 8598fd5 commit 7cb3aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ ${PROG}: ${PROG}.c ${PROG}.h

install:
install -Dm755 ${PROG} ${DESTDIR}${BINPREFIX}/${PROG}
install -Dm644 ${PROG}@.service ${DESTDIR}/usr/lib/systemd/system/${PROG}@.service
install -Dm644 ${PROG}.sh ${DESTDIR}/usr/lib/systemd/system-sleep/${PROG}.sh

uninstall:
rm -f ${BINPREFIX}/${PROG}
rm -f /usr/lib/systemd/system/${PROG}@.service
rm -f /usr/lib/systemd/system-sleep/${PROG}.sh

clean:
rm -f ${PROG}
Expand Down

0 comments on commit 7cb3aa1

Please sign in to comment.