mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Removed obsolete lines
This commit is contained in:
parent
61f42ef849
commit
9f163aa8b3
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ convert:
|
||||||
./convert.sh
|
./convert.sh
|
||||||
|
|
||||||
# A temporary directive to build the life program using GCC directly
|
# A temporary directive to build the life program using GCC directly
|
||||||
# For now, need to manually add "#include "../write-png.h"" to example/life.c to get it to build
|
|
||||||
debug:
|
debug:
|
||||||
gcc example/life.c -g -c -o example/life.o
|
|
||||||
gcc life.c -g -c -o life.o
|
gcc life.c -g -c -o life.o
|
||||||
gcc life.o /usr/local/share/cyclone/scheme/base.o example/grid.o /usr/local/share/cyclone/scheme/write.o example/life.o write-png.o -pthread -lcyclone -lck -lm -lpng -g -o life
|
gcc life.o /usr/local/share/cyclone/scheme/base.o example/grid.o /usr/local/share/cyclone/scheme/write.o example/life.o write-png.o -pthread -lcyclone -lck -lm -lpng -g -o life
|
||||||
|
|
Loading…
Add table
Reference in a new issue