Browse Source

Minor Makefile adaption for examples

master
Dirk Alders 4 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
 	python3 $< > $@
8
 	python3 $< > $@
9
 
9
 
10
 clean:
10
 clean:
11
-	rm $(LOGFILES)
11
+	rm -f $(LOGFILES)

Loading…
Cancel
Save