dos33fsprogs/games/ootw/ootw_c7/graphics/Makefile

9 lines
73 B
Makefile
Raw Normal View History

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