Use JMK build system
diff --git a/.gitignore b/.gitignore
index bdf8adf..77a9e09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,9 @@
 *.o
 *.a
 *.so
-compile_commands.json
+**/compile_commands.json
 **/.clangd
 *.img
 bin/*
-!bin/*.txt
\ No newline at end of file
+!bin/jmk
+**/Makefile
\ No newline at end of file