aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile
blob: d27c6d50728fcd87a3595b1a363ace3fe8b56085 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
OBJ = string.o printf.o slab_alloc.o mutex.o hashtbl.o buffer.o

LIB = 

CFLAGS = -I ./include

LDFLAGS = 

OUT = common.lib

include ../rules.make