1
0
mirror of https://github.com/caseyscarborough/keylogger.git synced 2020-11-18 19:53:40 -08:00

Implement Makefile.

This commit is contained in:
Casey Scarborough 2013-09-16 19:45:50 -04:00
parent 348b5c442d
commit c8c94c40e6

View File

@ -0,0 +1,2 @@
keylogger: keylogger.cpp keylogger.h
g++ keylogger.cpp -framework ApplicationServices -framework Carbon -o keylogger