mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-13 09:59:19 +01:00
5 lines
81 B
Makefile
5 lines
81 B
Makefile
![]() |
inject.exe : inject.c
|
||
|
@gcc -O2 -Wall inject.c -o inject.exe
|
||
|
@strip inject.exe
|
||
|
|