This website works better with JavaScript.
Home
Explore
Help
Sign In
pylib
/
state_machine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Minor Makefile adaption for examples
master
Dirk Alders
3 years ago
parent
2bd8162975
commit
db70e14d46
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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)
Write
Preview
Loading…
Cancel
Save