remove indent target, it breaks things
This commit is contained in:
parent
ba7633d4e0
commit
562df3ece0
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue