source: Makefile

debianmacno-cupsweb
Last change on this file was 9c0279e, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Create Makefiles and fix install scripts.

  • Property mode set to 100644
File size: 103 bytes
Line 
1DIRS = client queue remctl server
2
3all:
4
5install:
6        for d in $(DIRS); do (cd $$d; $(MAKE) install); done
Note: See TracBrowser for help on using the repository browser.