source: Makefile @ 2116615

debian
Last change on this file since 2116615 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 
1DIRS = client queue remctl server
2
3all:
4
5install:
6        for d in $(DIRS); do (cd $$d; $(MAKE) install); done
7clean:
8        for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
Note: See TracBrowser for help on using the repository browser.