mirror of
https://github.com/Octoberfest7/DropSpawn_BOF
synced 2026-06-06 16:24:32 +00:00
7628187b37
Fix current directory detection Update README.md Fixes Update README.md Update README.md Update README.md Update README.md Fixes Fixes
3 lines
182 B
Makefile
3 lines
182 B
Makefile
all:
|
|
i686-w64-mingw32-gcc -o dist/dropspawn.x86.o -Os -c src/DropSpawn_BOF/main.c -lshlwapi
|
|
x86_64-w64-mingw32-gcc -o dist/dropspawn.x64.o -Os -c src/DropSpawn_BOF/main.c -lshlwapi
|