debian
Last change
on this file since c95ca32 was
2116615,
checked in by Kyle Brogle <broglek@…>, 14 years ago
|
Added debconf to gutenbach-remctl to allow users to specify preferred mixer
and channel on install.
Fixed debconf prompts for gutenbach-server that still mentioned the old
method of queuing music
Added gutenbach team as uploaders to avoid Lintian NMU errors.
|
-
Property mode set to
100644
|
File size:
162 bytes
|
Line | |
---|
1 | DIRS = client queue remctl server |
---|
2 | |
---|
3 | all: |
---|
4 | |
---|
5 | install: |
---|
6 | for d in $(DIRS); do (cd $$d; $(MAKE) install); done |
---|
7 | clean: |
---|
8 | for d in $(DIRS); do (cd $$d; $(MAKE) clean); done |
---|
Note: See
TracBrowser
for help on using the repository browser.