4 lines
33 B
Makefile
4 lines
33 B
Makefile
all: build
|
|
|
|
build:
|
|
make -C src/
|
all: build
|
|
|
|
build:
|
|
make -C src/
|