mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
12 lines
157 B
Makefile
12 lines
157 B
Makefile
default: all
|
|
|
|
all: Yay0compress
|
|
make -C n64splat
|
|
|
|
Yay0compress:
|
|
gcc Yay0compress.c -O3 -o Yay0compress
|
|
|
|
clean:
|
|
rm -f Yay0compress
|
|
make clean -C n64splat
|