spejsiot-sonoff_pow/soft/Makefile

13 lines
190 B
Makefile

all:
mkdir -p build
cd build; cmake ..
cd build; make --no-print-directory
flash:
mkdir -p build
cd build; cmake ..
@- cd build; make --no-print-directory flash
clean:
rm -r build