add bench
This commit is contained in:
8
bench/Makefile
Normal file
8
bench/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
CC = cc
|
||||
CFLAGS = -Wall -O2
|
||||
|
||||
bench: main.c
|
||||
$(CC) $(CFLAGS) -o $@ main.c
|
||||
|
||||
clean:
|
||||
rm -f bench
|
||||
Reference in New Issue
Block a user