9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
|
|
|
all:
|
|
@echo "make arch"
|
|
|
|
arch:
|
|
(cd ..; tar czf ../audio-manager.tar.gz --exclude .git --exclude "*.bak" --exclude "*.*~" audio-library-manager)
|
|
|