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