summaryrefslogtreecommitdiffstats
path: root/src/lib/makefile
blob: b4e27e478ec2ec3584e310c1745ed5866c9c3c36 (plain)
1
2
3
4
5
6
7
8
9
10
OBJDIR = ../../obj
include ../../config.mk

OBJS = string.o stdlib.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )
OpenPOWER on IntegriCloud