mshackman/far/Makefile

5 lines
66 B
Makefile
Raw Normal View History

all:
cd build && \
cmake -DCMAKE_BUILD_TYPE=debug .. && \
make