8 lines
72 B
Makefile
Raw Normal View History

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