about summary refs log tree commit diff homepage
path: root/stp/bitvec/Makefile
blob: eb6e1121ec34f3e6a3aa273cf85c710b27cbb8d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
include ../Makefile.common

SRCS = consteval.cpp
OBJS = $(SRCS:.cpp=.o)

libconsteval.a: $(OBJS)
	$(AR) rc $@ $^
	$(RANLIB) $@

clean:	
	rm -rf *.o *~ *.a .#*