Out.txt: radapt.py radapt1.py Makefile >$@ for f in $(filter %.py,$^); do echo $$f; python3 $$f >> $@; done clean: $(RM) Out.txt