summaryrefslogtreecommitdiffstats
path: root/makefile
blob: 3bda10c6ce0c9465ab48f5b8814b82c1841664ed (plain)
1
2
3
4
5
6
SUBDIRS = src.d

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

include ./config.mk
OpenPOWER on IntegriCloud