d007778f4a
Parser implemented
4 lines
66 B
Makefile
4 lines
66 B
Makefile
all:
|
|
cd build && \
|
|
cmake -DCMAKE_BUILD_TYPE=debug .. && \
|
|
make
|