multi-threaded multibrot

This commit is contained in:
orange 2013-06-16 16:12:08 +02:00
parent 1b4f1b7592
commit 123fc4cb54
2 changed files with 82 additions and 25 deletions

View file

@ -31,7 +31,7 @@ checkcheck: checkcheck.c
$(CC) $(CFLAGS) -o $@ $< -lcheck
multibrot: multibrot.c
$(CC) $(CFLAGS) -o $@ $< -lm -lpng
$(CC) $(CFLAGS) -o $@ $< -lm -lpng -pthread
multibrot.png: multibrot
./multibrot
./multibrot -j2