# Last edited on 2018-07-02 10:00:03 by stolfilocal

MAIN := ../muff_capture.py

LIBS := \
  ../muff_arduino.py

all: ${MAIN} ${LIBS}
	${MAIN} 
