@ -11,10 +11,6 @@ all: $(TARGETS) $(EXTRAS)
clean:
rm -f $(TARGETS) $(EXTRAS) *~
.PHONY: indent
indent:
indent $(INDENTOPTS) *.c
mandelbrot: mandelbrot.c
$(CC) $(CFLAGS) $(shell sdl-config --cflags) -o $@ $< $(shell sdl-config --libs) -lm