mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
9 lines
198 B
Makefile
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"
|
|
|