1
0
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:
Casey Scarborough 2013-09-16 20:12:29 -04:00
parent 858b38dad3
commit 0f2f29c2db

View File

@ -1,2 +1,8 @@
keylogger: keylogger.cpp keylogger.h
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