forked from lix-project/lix
0e09cc12c0
* Allow extra flags to be passed to RPM.
7 lines
139 B
Makefile
7 lines
139 B
Makefile
SUBDIRS = externals src scripts corepkgs doc
|
|
|
|
EXTRA_DIST = substitute.mk nix.spec
|
|
|
|
rpm: dist
|
|
rpm $(EXTRA_RPM_FLAGS) -ta $(distdir).tar.gz
|