mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
9 lines
94 B
Makefile
9 lines
94 B
Makefile
|
|
#@SRCPAT (file|\.tex)$
|
||
|
|
|
||
|
|
.PHONY: all
|
||
|
|
all: files.txt
|
||
|
|
|
||
|
|
.PHONY: files.txt
|
||
|
|
files.txt:
|
||
|
|
ls -Rl > $@
|