Commit dfde26ec authored by Lucas Russo's avatar Lucas Russo

cfg/Makefile: add mrproper for compatibility

Added fake mrproper, just for compatibility with
other Makefiles
parent e4e9e7a0
......@@ -27,9 +27,9 @@ install:
uninstall:
$(foreach cfg,$(CFG_FILES),rm -f $(CFG_DIR)/$(cfg) $(CMDSEP))
@rmdir $(CFG_DIR)
@rm -rf $(CFG_DIR)
clean:
mrproper:
mrproper: clean
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