blob: 2215e03a9a2161c6d0ad0e17db35841ae2020128 [file] [log] [blame]
INCLUDE = -I../../include
OPTIMIZE = -O3 -mtune=pentium-m
OBJS = halog halog64
halog: halog.c fgets2.c
$(CC) $(OPTIMIZE) -o $@ $(INCLUDE) ../../src/ebtree.c ../../src/eb32tree.c $^
halog64: halog.c fgets2-64.c
$(CC) $(OPTIMIZE) -o $@ $(INCLUDE) ../../src/ebtree.c ../../src/eb32tree.c $^
clean:
rm -vf $(OBJS)