bumpver/makefile.extra.make
2018-11-04 21:34:53 +01:00

9 lines
198 B
Makefile

## 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"