mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2026-03-28 15:20:13 +00:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
# Makefile.am
|
|
|
|
SUBDIRS = src test etc
|
|
DIST_SUBDIRS = config src test etc
|
|
EXTRA_DIST = lxc.spec
|
|
|
|
rpm: dist
|
|
rpmbuild --clean -ta ${distdir}.tar.gz
|