chore: add initial Makefile, sormc.h header, and tikker keyboard logger source

This commit is contained in:
2024-12-08 15:19:17 +00:00
parent c373f8872e
commit c5423cb477
4 changed files with 9173 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: tikker run
tikker: tikker.c
gcc tikker.c -Ofast -Wall -Wextra -pedantic -o tikker -lsqlite3
run:
./tikker