mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-22 17:59:14 +01:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
# A sozobon makefile for keytest
|
|
|
|
CFLAGS = -e -v -O
|
|
LDFLAGS = -s min_s.o
|
|
LOADLIBES = xaesfast
|
|
|
|
keytest.prg: keytest.c
|