[Wavelet-commit] Wavelet/debian rules,1.2,1.3
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2005-08-15 17:09:49
|
Update of /cvsroot/wavelet/Wavelet/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12402/debian Modified Files: rules Log Message: added objclean target Index: rules =================================================================== RCS file: /cvsroot/wavelet/Wavelet/debian/rules,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rules 27 Jan 2005 11:54:53 -0000 1.2 --- rules 15 Aug 2005 17:09:41 -0000 1.3 *************** *** 48,52 **** # Add here commands to compile the package. ! $(MAKE) static test shared touch build-stamp --- 48,53 ---- # Add here commands to compile the package. ! $(MAKE) static test ! $(MAKE) objclean shared touch build-stamp |