Skip to content

Commit

Permalink
rename main.c to bench.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Aug 31, 2012
1 parent 86c631d commit 3f77745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -13,12 +13,12 @@ INCLUDE += faio-port.h
LDFLAGS += -lsocket -lnsl
endif

all: main.o
all: bench.o
$(CC) $^ -o bench $(LDFLAGS)

clean:
rm -f main.o bench
rm -f bench.o bench

main.o: main.c faio.h $(INCLUDE)
bench.o: bench.c faio.h $(INCLUDE)

.PHONY: all clean
File renamed without changes.

0 comments on commit 3f77745

Please sign in to comment.