mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-26 04:02:27 +00:00
12 lines
106 B
Makefile
12 lines
106 B
Makefile
|
|
all: buildit
|
|
|
|
buildit:
|
|
cd build && make all
|
|
|
|
run:
|
|
cd build && make run
|
|
|
|
clean:
|
|
cd build && make clean
|