[Jsmooth-cvs] jsmooth/skeletons/commonjava Makefile.win,1.10,1.11
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2008-10-12 19:32:14
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/commonjava In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30866/skeletons/commonjava Modified Files: Makefile.win Log Message: fix build cleaning Index: Makefile.win =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/commonjava/Makefile.win,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.win 26 May 2007 11:24:36 -0000 1.10 --- Makefile.win 12 Oct 2008 19:31:59 -0000 1.11 *************** *** 23,27 **** clean: clean-custom ! $(RM) $(OBJ) $(BIN) $(BIN): $(LINKOBJ) test.cpp --- 23,27 ---- clean: clean-custom ! $(RM) $(OBJ) $(BIN) test.exe $(BIN): $(LINKOBJ) test.cpp |