summaryrefslogtreecommitdiffstats
path: root/makefile
blob: ccd8fed682ca9e06275e552e7069ae5f766e15e0 (plain)
1
2
3
4
5
SUBDIRS = src.d
include ./config.mk

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