chore: add root clean target
This commit is contained in:
parent
12968c02c5
commit
32bea651f6
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -33,3 +33,7 @@ tarball: VERSION
|
||||||
--exclude legacy/vendor/simplepie/simplepie/tests \
|
--exclude legacy/vendor/simplepie/simplepie/tests \
|
||||||
libretime
|
libretime
|
||||||
mv ../libretime-*.tar.gz .
|
mv ../libretime-*.tar.gz .
|
||||||
|
|
||||||
|
# Only clean subdirs
|
||||||
|
clean:
|
||||||
|
git clean -xdf */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue