Compare commits

...

2 Commits

Author SHA1 Message Date
0d2d466dac
typo 2024-11-17 14:19:28 +01:00
8cc2a71235
note python makefile 2024-11-17 14:19:28 +01:00
2 changed files with 9 additions and 3 deletions

View File

@ -2,8 +2,14 @@
forts/big_fort.txt: forts/short.txt forts/long.txt
cat $^ > $@
forts/:
mkdir $@
README.md:
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/
fortune -s > $@

View File

@ -8,7 +8,7 @@ cargo build --release
install -pm755 target/release/tap /usr/local/bin/
```
*But you can't type this for run.*
*But you can't type this for each run.*
***