mirror of
https://github.com/ldericher/autodoc.git
synced 2026-02-25 09:10:17 +00:00
5 lines
53 B
Makefile
5 lines
53 B
Makefile
#%SRCPAT% .*
|
|
|
|
.PHONY: all
|
|
all:
|
|
@echo "Hello World!"
|