Minor Makefile adaption for examples

This commit is contained in:
Dirk Alders 2021-01-03 22:17:58 +01:00
parent 2bd8162975
commit db70e14d46

View File

@ -8,4 +8,4 @@ all: $(LOGFILES)
python3 $< > $@
clean:
rm $(LOGFILES)
rm -f $(LOGFILES)