1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-10 10:20:38 +00:00
Files
livingcomputermuseum.pdp7-unix/Makefile
2016-03-22 16:33:44 -06:00

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