some example Makefile stuff

This commit is contained in:
Jörn-Michael Miehe 2019-09-20 09:43:11 +02:00
parent 5171715e18
commit 9a9a83de0e
5 changed files with 12 additions and 0 deletions

1
example_docs/somedir/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
files.txt

View file

@ -0,0 +1,8 @@
#@SRCPAT (file|\.tex)$
.PHONY: all
all: files.txt
.PHONY: files.txt
files.txt:
ls -Rl > $@

View file

@ -0,0 +1 @@
I am fishy! My filename matches SRCPAT in my Makefile for no real reason!

View file

@ -0,0 +1 @@
There is a .tex extension, but I am plain text. Muhaha!

View file

@ -0,0 +1 @@
I cannot be compiled (there is no Makefile around!)