This commit is contained in:
mickenordin 2016-06-07 23:21:38 +02:00
commit 44dd83e0a5

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