Files
pdp7-unix/Makefile
T
2016-03-19 18:55:32 -06:00

9 lines
78 B
Makefile

all: buildit
buildit:
cd build && make all
clean:
cd build && make clean