note python makefile

This commit is contained in:
Malin Freeborn 2024-11-17 14:19:28 +01:00
parent fa026b7eda
commit 8cc2a71235
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -2,8 +2,14 @@
forts/big_fort.txt: forts/short.txt forts/long.txt forts/big_fort.txt: forts/short.txt forts/long.txt
cat $^ > $@ cat $^ > $@
forts/: README.md:
mkdir $@ echo "For an example makefile for python" > $@
echo "check out the nd6 dice-roller at" >> $@
echo "ssh -p 2222 soft.dmz.rs -t nd6" >> $@
forts/: README.md
mkdir -p $@
forts/short.txt: forts/ forts/short.txt: forts/
fortune -s > $@ fortune -s > $@