9 lines
78 B
Makefile
9 lines
78 B
Makefile
|
|
all: buildit
|
|
|
|
buildit:
|
|
cd build && make all
|
|
|
|
clean:
|
|
cd build && make clean
|