diff options
Diffstat (limited to 'Rules.mk')
-rw-r--r-- | Rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -197,4 +197,7 @@ clean: $(VERSION_FILE) qt-ui/*.moc qt-ui/ui_*.h rm -rf share .dep +confclean: clean + rm -f $(CONFIGFILE) + -include $(DEPS) |