mirror of
https://github.com/caseyscarborough/keylogger.git
synced 2020-11-18 19:53:40 -08:00
Resolves #1. Fixes issue where executable would not compile.
This commit is contained in:
parent
32858c49a3
commit
1d981ea99f
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-framework ApplicationServices -framework Carbon
|
CFLAGS=-framework ApplicationServices -framework Carbon
|
||||||
SOURCES=keylogger.c keylogger.h
|
SOURCES=keylogger.c
|
||||||
EXECUTABLE=keylogger
|
EXECUTABLE=keylogger
|
||||||
PLIST=keylogger.plist
|
PLIST=keylogger.plist
|
||||||
INSTALLDIR=/usr/local/bin
|
INSTALLDIR=/usr/local/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user