Merge pull request #1885 from andreaso/phony-target-stopserver

Add missing Makefile PHONY target stopserver
This commit is contained in:
Justin Mayer 2016-01-04 19:56:43 -08:00
commit 24b7bca37d

View file

@ -120,4 +120,4 @@ github: publish
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $$(OUTPUTDIR)
git push origin $(GITHUB_PAGES_BRANCH)
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github