papermario/tools/splat/Makefile
Ethan Roseman dc72859546 rename
2021-01-25 00:19:48 +09:00

12 lines
193 B
Makefile

UTIL_DIR := util
default: all
all: Yay0decompress
Yay0decompress:
gcc $(UTIL_DIR)/Yay0decompress.c -fPIC -shared -O3 -o $(UTIL_DIR)/Yay0decompress
clean:
rm -f $(UTIL_DIR)/Yay0decompress