0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Added missing quotes.

This commit is contained in:
Martin Mares 1999-05-31 17:39:44 +00:00
parent 10915c9650
commit 4a4911a36a

View File

@ -8,7 +8,7 @@ all depend tags:
clean:
$(MAKE) -C $(objdir) clean
find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name .#* | xargs rm -f
find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f
distclean: clean
rm -rf $(objdir)