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

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

all: ${OBJECTS}

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