Files
pdp7-unix/Makefile
T

15 lines
168 B
Makefile

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