mirror of
https://github.com/livingcomputermuseum/pdp7-unix.git
synced 2026-05-03 22:58:57 +00:00
9 lines
78 B
Makefile
9 lines
78 B
Makefile
|
|
all: buildit
|
|
|
|
buildit:
|
|
cd build && make all
|
|
|
|
clean:
|
|
cd build && make clean
|