source: queue/Makefile

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

Added clean sections to makefiles

  • Property mode set to 100644
File size: 127 bytes
Line 
1all:
2
3install:
4        mkdir -p $(DESTDIR)/usr/lib/gutenbach/queue/
5        install -m 755 lib/* $(DESTDIR)/usr/lib/gutenbach/queue/
6
7clean:
Note: See TracBrowser for help on using the repository browser.