mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 09:55:08 +01:00
4 lines
67 B
Makefile
4 lines
67 B
Makefile
inject: inject.c
|
|
@gcc -O2 -Wall inject.c -o inject
|
|
@strip inject
|