2021-03-29 18:45:46 -04:00

7 lines
62 B
Makefile

all:
cd l3_vent && make
clean:
cd l3_vent && make clean