mirror of
https://github.com/Bl4ckSh4rk/rangercrypt.git
synced 2026-09-01 23:44:01 -05:00
5 lines
154 B
Makefile
5 lines
154 B
Makefile
rangercrypt: rangercrypt.o
|
|
gcc.exe -o rangercrypt.exe rangercrypt.o -s
|
|
|
|
rangercrypt.o: rangercrypt.c
|
|
gcc.exe -Wall -O2 -c rangercrypt.c -o rangercrypt.o
|