Browse Source

Minor Makefile adaption for examples

master
Dirk Alders 3 years ago
parent
commit
db70e14d46
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      _examples_/Makefile

+ 1
- 1
_examples_/Makefile View File

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

Loading…
Cancel
Save