You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns-repro/Makefile

13 lines
173 B
Makefile

RBM=./rbm/rbm
all: release
release:
$(RBM) build ncdns --target ncdns-linux-x86_64
submodule-update:
git submodule update --init
fetch: submodule-update
$(RBM) fetch