dos33fsprogs/games/ootw/ootw_c5/graphics/Makefile
2021-03-29 18:45:46 -04:00

8 lines
72 B
Makefile

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