aboutsummaryrefslogtreecommitdiff
path: root/src/common/libalgo/Makefile
blob: 3e021c4af725d6d0b6004d19223ef8aae454c4a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
OBJ = hashtbl.o

LIB = 

CFLAGS = -I ../include

LDFLAGS = 

OUT = libalgo.lib

include ../../rules.make