Fix Makefile

This commit is contained in:
Jip J. Dekker 2021-06-10 12:11:39 +10:00
parent 4c68cfb176
commit 662b199579
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -24,8 +24,8 @@ update:
rm -f $(BUILDDIR)/.sync
clean:
./latexrun --clean-all
./vendor/latexrun --clean-all
rm -f indent.log
clobber:
rm -rf build/
rm -rf build/*