forked from lix-project/lix
11 lines
208 B
Makefile
11 lines
208 B
Makefile
SUBDIRS = externals src scripts corepkgs doc
|
|
|
|
EXTRA_DIST = substitute.mk nix.spec nix.spec.in
|
|
|
|
include ./substitute.mk
|
|
|
|
nix.spec: nix.spec.in
|
|
|
|
rpm: nix.spec dist
|
|
rpm $(EXTRA_RPM_FLAGS) -ta $(distdir).tar.gz
|