summaryrefslogtreecommitdiffstats
path: root/src/usr/makefile
blob: e6907fe8c629a50eba69f67969db8052bb8144f1 (plain)
1
2
3
4
5
6
7
8
9
ROOTPATH = ../..

SUBDIRS = example.d

all: ${SUBDIRS}

clean: $(patsubst %.d,%.clean, ${SUBDIRS})

include ../../config.mk
OpenPOWER on IntegriCloud