place example makefiles

This commit is contained in:
2025-10-29 15:39:20 +01:00
parent fe07d7f076
commit feeee8431f
3 changed files with 103 additions and 3 deletions
+15
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