aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 34a1f60f4cb38f83ca86261942e20bfc4d7a9021 (plain)
1
2
3
4
5
6
7
8
9
all: mbrot-gen

mbrot-gen: mbrot-gen.c
	$(CC) -o $@ $@.c -lm -lpthread -Wall -Wextra


.PHONY: all clean
clean:
	- rm mbrot-gen -f