diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8f4970f --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +BOFNAME := notethief +CC_x64 := x86_64-w64-mingw32-gcc + +all: + $(CC_x64) -o $(BOFNAME).o -c $(BOFNAME).c