place example makefiles

This commit is contained in:
2024-11-13 14:23:44 +01:00
parent a9f7fd7f75
commit e59538a3bd
3 changed files with 103 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
forts/big_fort.txt: forts/short.txt forts/long.txt
cat $^ > $@
forts/:
mkdir $@
forts/short.txt: forts/
fortune -s > $@
forts/long.txt: forts/
fortune -l > $@
clean:
rm -rf forts