mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
5 lines
53 B
Makefile
5 lines
53 B
Makefile
#%SRCPAT% .*
|
|
|
|
.PHONY: all
|
|
all:
|
|
@echo "Hello World!"
|