mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
10 lines
198 B
Text
10 lines
198 B
Text
|
|
|
||
|
|
|
||
|
|
## 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"
|
||
|
|
|