Move convert_benchmark into oneoff/
This commit is contained in:
parent
d575cc0d00
commit
74d7ead41b
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -68,5 +68,5 @@ crctests: crc.c crc.h
|
|||
benchmarks: convert_benchmark
|
||||
./convert_benchmark
|
||||
|
||||
convert_benchmark: convert_benchmark.o convert.o util.o
|
||||
oneoff/convert_benchmark: oneoff/convert_benchmark.o convert.o util.o
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -g -o $@ $^ -lm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue