mirror of
https://github.com/caseyscarborough/keylogger.git
synced 2020-11-18 19:53:40 -08:00
Add install and clean make targets.
This commit is contained in:
parent
858b38dad3
commit
0f2f29c2db
10
Makefile
10
Makefile
@ -1,2 +1,8 @@
|
||||
keylogger: keylogger.cpp keylogger.h
|
||||
g++ keylogger.cpp -framework ApplicationServices -framework Carbon -o keylogger
|
||||
all: keylogger.cpp keylogger.h
|
||||
g++ keylogger.cpp -framework ApplicationServices -framework Carbon -o keylogger
|
||||
|
||||
install:
|
||||
cp keylogger /usr/local/bin
|
||||
|
||||
clean:
|
||||
rm keylogger keystroke.log
|
Loading…
x
Reference in New Issue
Block a user