Skip to content
Snippets Groups Projects
Commit 3179a789 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Makefile now removes MySQL Workbench generated files

parent 3a557a8f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ $(CACHE_DIR):
setfacl -R -m u:"$(HTTPDUSER)":rwX $@
clean:
rm -f $(SCRIPTS) $(STYLES)
rm -f $(SCRIPTS) $(STYLES) *.bak
cleaner: clean
rm -rf $(CACHE_DIR) $(LIB_DIR)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment