Explorar el Código

Minor Makefile adaption for examples

master
Dirk Alders hace 3 años
padre
commit
db70e14d46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      _examples_/Makefile

+ 1
- 1
_examples_/Makefile Ver fichero

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

Loading…
Cancelar
Guardar