.PHONY all clean

all:
	python3 make-executables.py all

clean:
	python3 make-executables.py clean
