mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-26 07:00:10 -05:00
7 lines
166 B
Makefile
7 lines
166 B
Makefile
SUBDIRS = src pixmaps
|
|
|
|
alsa-dist: distdir
|
|
@rm -rf ../distdir/hdspconf
|
|
@mkdir -p ../distdir/hdspconf
|
|
@cp -RLpv $(distdir)/* ../distdir/hdspconf
|
|
@rm -rf $(distdir)
|