bumpver/makefile.extra.make

10 lines
198 B
Text
Raw Normal View History

2018-11-04 21:34:53 +01:00
## Start the development http server in debug mode
## This is just to illustrate how to add your
## extra targets outside of the main makefile.
.PHONY: serve
serve:
echo "Not Implemented"