Ver código fonte

Minor Makefile adaption for examples

master
Dirk Alders 3 anos atrás
pai
commit
db70e14d46
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      _examples_/Makefile

+ 1
- 1
_examples_/Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar