mirror of
https://github.com/ldericher/autodoc.git
synced 2026-01-09 22:03:00 +00:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
#%SRCPAT% .*
|
|
|
|
.PHONY: all
|
|
all:
|
|
@echo "Hello World!"
|
|
|
|
.PHONY: autodoc
|
|
autodoc:
|
|
@echo "Hello autodoc!"
|