8 lines
74 B
Makefile
Raw Normal View History

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