From 562df3ece075de765e8b02cf9b97ef18ca0b3055 Mon Sep 17 00:00:00 2001 From: orange Date: Tue, 18 Jun 2013 17:38:05 +0200 Subject: [PATCH] remove indent target, it breaks things --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index ae17d0a..5889bd4 100644 --- a/Makefile +++ b/Makefile @@ -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