2016-03-04 07:09:26 -08:00

9 lines
77 B
Makefile

BIN := vrl4
.PHONY: all
all: $(BIN)
.PHONY: clean
clean:
rm -f *.o $(BIN)