summaryrefslogtreecommitdiffstats
path: root/src/libc++/makefile
blob: 8483c15edd1759c5b28b2b005f0c74656c68a1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ROOTPATH = ../..
OBJDIR = ${ROOTPATH}/obj/hbicore

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

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )

include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud