snes9xgx/inject/makefiles/Makefile-inject-linux

5 lines
73 B
Plaintext

inject.exe : inject.c
@gcc -O2 -Wall inject.c -o inject
@strip inject