mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-10 14:11:16 +02:00
13 lines
280 B
Makefile
13 lines
280 B
Makefile
EXTRA_DIST=README.txt \
|
|
raptor.dsp raptor.dsw \
|
|
rapper.dsp \
|
|
raptortest.cpp raptortest.dsp \
|
|
raptor.sln \
|
|
rapper.vcproj raptor.vcproj raptortest.vcproj
|
|
|
|
# Make some empty dirs that may be needed
|
|
dist-hook:
|
|
for dir in Debug Release; do \
|
|
mkdir $(distdir)/$$dir; \
|
|
done
|