summaryrefslogtreecommitdiffstats
path: root/src/libc++/makefile
blob: 1835a238c2823cf2042c43b89d98c265ee352c7e (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 ../../config.mk
OpenPOWER on IntegriCloud