Compare commits
No commits in common. "0d2d466dac86a51efab0ff45a20983dad6fa8144" and "fa026b7edafd0ffb907ea7f7baf2b3a9619af04c" have entirely different histories.
0d2d466dac
...
fa026b7eda
@ -2,14 +2,8 @@
|
||||
forts/big_fort.txt: forts/short.txt forts/long.txt
|
||||
cat $^ > $@
|
||||
|
||||
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/:
|
||||
mkdir $@
|
||||
|
||||
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 each run.*
|
||||
*But you can't type this for run.*
|
||||
|
||||
***
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user