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
|
forts/big_fort.txt: forts/short.txt forts/long.txt
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
|
|
||||||
README.md:
|
forts/:
|
||||||
echo "For an example makefile for python" > $@
|
mkdir $@
|
||||||
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 > $@
|
||||||
|
@ -8,7 +8,7 @@ cargo build --release
|
|||||||
install -pm755 target/release/tap /usr/local/bin/
|
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