mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
12 lines
247 B
Makefile
12 lines
247 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
|
|
|
|
relname:
|
|
echo -n $(distdir) > relname
|