mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-31 07:53:39 +02:00
Merge branch 'master' into xulmus
This commit is contained in:
@@ -81,11 +81,11 @@ $(RDF): $(RDF_IN) Makefile
|
||||
< $< > $@
|
||||
@echo "SUCCESS: $@"
|
||||
|
||||
clean: $(LOCALES:%=%.clean)
|
||||
clean: $(LOCALEDIR)/$(LOCALES:%=%.clean)
|
||||
@echo "General $(NAME) cleanup..."
|
||||
rm -f $(JAR) $(XPI)
|
||||
|
||||
distclean: $(LOCALES:%=%.distclean) clean
|
||||
distclean: $(LOCALEDIR)/$(LOCALES:%=%.distclean) clean
|
||||
@echo "More $(NAME) cleanup..."
|
||||
rm -rf $(BUILD_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user