Commit 3179a789 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Makefile now removes MySQL Workbench generated files

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