aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d5ba2655641eb8ba3acfb4b525e8aab497035641 (plain)
1
2
3
4
5
6
DCOMP := dmd
BINARY := neb

.PHONY: build
build:
	${DCOMP} *.d -of=${BINARY}