Create Makefile

This commit is contained in:
Kyle H
2021-11-07 01:47:40 -04:00
committed by GitHub
parent aa3cfc6779
commit cbdd1143d0
+5
View File
@@ -0,0 +1,5 @@
BOFNAME := notethief
CC_x64 := x86_64-w64-mingw32-gcc
all:
$(CC_x64) -o $(BOFNAME).o -c $(BOFNAME).c