source: app/dist/spec/Makefile @ 25ae32e

help
Last change on this file since 25ae32e was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 187 bytes
Line 
1# this makefile will build rpm
2
3DIR=$(shell pwd)
4
5ifndef _UTT_DIST_DIR
6        _UTT_DIST_DIR=${DIR}
7endif
8
9
10# default task
11.PHONY: rpm
12rpm:
13        cd ${_UTT_DIST_DIR}; rpmbuild -bb ${DIR}/utt.spec
14       
15
Note: See TracBrowser for help on using the repository browser.