summaryrefslogtreecommitdiffstats
path: root/src/libc++/makefile
blob: 41263326feb75676c9d729c99c4addda5ebc6e7f (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} $(addsuffix .hash, ${OBJECTS}))

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