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

7 lines
75 B
Makefile

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