[lwatch-cvs] files/src Makefile,1.6,1.7
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-19 00:11:34
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv10200
Modified Files:
Makefile
Log Message:
I would like to recompile all source files when I change anything in Makefile.
Index: Makefile
===================================================================
RCS file: /cvsroot/lwatch/files/src/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile 30 Jun 2002 00:23:53 -0000 1.6
--- Makefile 19 Jul 2002 00:11:30 -0000 1.7
***************
*** 51,54 ****
--- 51,56 ----
yparse.o: acolors.h settings.h strpcre.h yparse.h
+ ${OBJ}: Makefile
+
clean:
rm -fv yparse.c *.o lwatch
|