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

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


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