dos33fsprogs/games/ootw/ootw_c15/graphics/Makefile
Vince Weaver f916a99df4 ootw: update makefiles
lzsa transition might be complete here
2021-03-29 22:44:03 -04:00

8 lines
76 B
Makefile

all:
cd l15_final && make
clean:
rm -f *~
cd l15_final && make clean