Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeiffer16 committed Dec 4, 2021
1 parent 99c6a49 commit 2414f09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ build:
gcc -o ./bin/flashlight ./flashlight.c

install:
cp ./bin/flashlight /usr/bin
cp ./pine-actions-flashlight.service /usr/lib/systemd/system/
cp ./bin/flashlight ${DESTDIR}/usr/bin
cp ./pine-actions-flashlight.service ${DESTDIR}/usr/lib/systemd/system/

uninstall:
rm /usr/bin/flashlight
rm /usr/lib/systemd/system/pine-actions-flashlight.service
rm ${DESTDIR}/usr/bin/flashlight
rm ${DESTDIR}/usr/lib/systemd/system/pine-actions-flashlight.service

0 comments on commit 2414f09

Please sign in to comment.