fix Makefile after rename to pixelflut.c
This commit is contained in:
parent
52ee2fd391
commit
e930b6ac20
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -20,8 +20,8 @@ TARGETS = pixelflut-render pixelflut-bench
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
pixelflut-render: new.c pixelflut.h
|
||||
$(CC) $(STD) $(OPT) -pthread $(WARN) $(EXTRA) -o $@ new.c
|
||||
pixelflut-render: pixelflut.c pixelflut.h
|
||||
$(CC) $(STD) $(OPT) -pthread $(WARN) $(EXTRA) -o $@ pixelflut.c
|
||||
|
||||
pixelflut-bench: bench.c pixelflut.h
|
||||
$(CC) $(STD) $(OPT) -pthread $(WARN) $(EXTRA) -o $@ bench.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue