7 lines
75 B
Makefile
Raw Normal View History

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