Skip to content

Commit

Permalink
Use long arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 23, 2017
1 parent 6a8e4b7 commit 2490beb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ checks: flake8 git-attributes quote

.PHONY: clean
clean:
rm -f $(BUILD_DIR)/venv.timestamp
rm -f c2cgeoportal/version.py
rm -f c2cgeoportal/locale/*.pot
rm -f c2cgeoportal/locale/en/LC_MESSAGES/c2cgeoportal.po
rm -rf c2cgeoportal/static/build
rm -f $(MAKO_FILES:.mako=)
rm -rf ngeo
rm -f $(APPS_FILES)
rm --force $(BUILD_DIR)/venv.timestamp
rm --force c2cgeoportal/version.py
rm --force c2cgeoportal/locale/*.pot
rm --force c2cgeoportal/locale/en/LC_MESSAGES/c2cgeoportal.po
rm --recursive --force c2cgeoportal/static/build
rm --force $(MAKO_FILES:.mako=)
rm --recursive --force ngeo
rm --force $(APPS_FILES)

.PHONY: cleanall
cleanall: clean
rm -f $(PO_FILES)
rm -rf $(BUILD_DIR)/*
rm --force $(PO_FILES)
rm --recursive --force $(BUILD_DIR)/*

.PHONY: c2c-egg
c2c-egg: $(BUILD_DIR)/requirements.timestamp
Expand Down

0 comments on commit 2490beb

Please sign in to comment.