Update README.md

This commit is contained in:
Mikael Nordin 2016-06-07 23:09:51 +02:00
parent ce2b090db0
commit 59ca5b28b8

View file

@ -2,4 +2,4 @@
Just an experiment to create a computer bacteria
Build with:
g++ -std=c++11 -o $(tempfile -d . -p bact-) bacteria.cpp
g++ -static -std=c++11 -o $(tempfile -d . -p bact-) bacteria.cpp