dos33fsprogs/games/ootw/ootw_c6/graphics/Makefile

7 lines
71 B
Makefile
Raw Normal View History

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