mirror of
https://github.com/ldericher/autodoc.git
synced 2026-01-09 22:03:00 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
#%SRCPAT% (file|\.tex)$
|
|
|
|
.PHONY: all
|
|
all: files.txt
|
|
|
|
.PHONY: files.txt
|
|
files.txt:
|
|
ls -Rl > $@
|