Compare commits
2 Commits
fa026b7eda
...
0d2d466dac
Author | SHA1 | Date | |
---|---|---|---|
0d2d466dac | |||
8cc2a71235 |
@ -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 > $@
|
||||
|
@ -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.*
|
||||
|
||||
***
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user