1
0
mirror of https://github.com/caseyscarborough/keylogger.git synced 2020-11-18 19:53:40 -08:00
OSX-Keylogger/Makefile
2013-09-16 20:12:29 -04:00

8 lines
186 B
Makefile

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