Skip to content

Commit 4b507d8

Browse files
Simplify two cleaning receipts
FossilOrigin-Name: e0f3df1da74e4ed7ea8d3a6a41ce0c813ffdb9361e0c9fdc42157c49b5123b30
1 parent 77fe8b0 commit 4b507d8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of Solo Forth
44
# http://programandala.net/en.program.solo_forth.html
55

6-
# Last modified: 202011212146.
6+
# Last modified: 202011212238.
77
# See change log at the end of the file.
88

99
# ==============================================================
@@ -209,13 +209,11 @@ cleantrdosdisks:
209209

210210
.PHONY: cleantmp
211211
cleantmp:
212-
-rm -f tmp/[a-zA-Z0-9_]*
213-
# Note: The file <tmp/.gitignore> must be preserved;
214-
# that's why the wildcard is used.
212+
rm -f tmp/*
215213

216214
.PHONY: cleandoc
217215
cleandoc:
218-
-rm -f doc/* tmp/doc.*
216+
rm -f doc/* tmp/doc.*
219217

220218
.PHONY: doc
221219
doc: gplusdosdoc plus3dosdoc trdosdoc
@@ -1677,7 +1675,7 @@ include Makefile.cover_image
16771675
# 2020-11-21: Simplify the interface rules to build the cover images. Add a
16781676
# rule to build the thumb cover images. Remove the EPUB built by dbtoepub from
16791677
# the release files. Complete the source zip archive with all files and
1680-
# directories needed to build the target files.
1678+
# directories needed to build the target files. Simplify two cleaning receipts.
16811679

16821680
# ==============================================================
16831681

0 commit comments

Comments
 (0)