diff options
author | 2012-12-17 05:59:34 +0100 | |
---|---|---|
committer | 2012-12-17 05:59:34 +0100 | |
commit | efe183510c43969584db8262c89c1b8701fd01ab (patch) | |
tree | 6ba7a888606e63790a45e4c52d42262661788b82 /Makefile | |
download | evdev-keylogger-master.tar.xz evdev-keylogger-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a580983 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CFLAGS ?= -O3 -march=native -fomit-frame-pointer -pipe + +logger: logger.c keymap.c keymap.h evdev.c evdev.h process.c process.h +clean: + rm -f logger +.PHONY: clean |