0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

update veryclean target

This commit is contained in:
Malte Jürgens 2022-02-05 16:33:13 +01:00
parent 2e7c126864
commit 767a35c8f6
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -55,8 +55,8 @@ all : $(lw_source_tarball)
clean :
rm -rf *~ $(ff_source_dir) $(lw_source_dir) $(lw_source_tarball)
veryclean :
git clean -fdx
veryclean : clean
rm -rf $(ff_source_tarball)
#
# The actual build stuff