all: echo make circuits-test ou esp32-test clean: rm -f circuits *.o circuits-test-compile: circuits.o components.o test.o cctlcc -Wall circuits.o components.o test.o -o circuits -lstdc++ circuits-test: circuit-test-compile ./circuits a >/tmp/circuit.h esp32-test: circuits.o components.o esp32.o cctlcc -Wall circuits.o components.o esp32.o -o circuits -lstdc++ ./circuits ${SHOW} a >/tmp/circuit.h circuits.o: components.h circuits.tlcc cctlcc -Wall -c circuits.tlcc -o circuits.o components.o: components.h components.tlcc cctlcc -Wall -c components.tlcc -o components.o test.o: test.tlcc components.h cctlcc -Wall -c test.tlcc -o test.o esp32.o: esp32.tlcc components.h cctlcc -Wall -c esp32.tlcc -o esp32.o esp32-images: ./makeimages.sh esp32-test all alim couche0 couche1 couche2