mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
10 lines
259 B
Makefile
10 lines
259 B
Makefile
SUBDIRS = src
|
|
|
|
EXTRA_DIST = gitcompile COPYING configure.in README NEWS AUTHORS TODO \
|
|
INSTALL ChangeLog
|
|
|
|
alsa-dist: distdir
|
|
@rm -rf ../distdir/qlo10k1
|
|
@mkdir -p ../distdir/qlo10k1
|
|
@cp -RLpv $(distdir)/* ../distdir/qlo10k1
|
|
@rm -rf $(distdir)
|