Commit fdba839b authored by Rusty Russell's avatar Rusty Russell

tdb2: clean up makefile for tools

parent b371060f
LDLIBS:=../../tdb2.o ../../hash.o ../../tally.o
OBJS:=../../tdb2.o ../../hash.o ../../tally.o
CFLAGS:=-I../../.. -Wall -g #-g -O3 #-g -pg
LDFLAGS:=-L../../..
default: tdbtorture tdbtool mktdb
tdbtorture: tdbtorture.c $(OBJS)
tdbtool: tdbtool.c $(OBJS)
mktdb: mktdb.c $(OBJS)
clean:
rm -f tdbtorture tdbtool mktdb
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment