remove object files on clean
This commit is contained in:
parent
dde2ce62db
commit
73636823a6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ all: $(TARGETS) $(EXTRAS)
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(TARGETS) $(EXTRAS) *~
|
||||
rm -f $(TARGETS) $(EXTRAS) *.o *~
|
||||
|
||||
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