1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-26 04:02:27 +00:00
Files
DoctorWkt.pdp7-unix/Makefile
2016-03-19 19:02:11 -06:00

12 lines
106 B
Makefile

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