5 lines
66 B
Makefile
5 lines
66 B
Makefile
|
all:
|
||
|
cd build && \
|
||
|
cmake -DCMAKE_BUILD_TYPE=debug .. && \
|
||
|
make
|