Files
pdp7-unix/Makefile
T

12 lines
106 B
Makefile

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