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