[mw-devel] MW3 r882 - trunk/src

pwb at sucs.org pwb at sucs.org
Sun Apr 30 16:35:28 BST 2006


Author: pwb
Date: 2006-04-30 16:35:27 +0100 (Sun, 30 Apr 2006)
New Revision: 882

Modified:
   trunk/src/Makefile
Log:
added a couple of missing targets


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2006-04-30 00:08:18 UTC (rev 881)
+++ trunk/src/Makefile	2006-04-30 15:35:27 UTC (rev 882)
@@ -292,6 +292,12 @@
 db.o: db.c db.h
 	$(CC) $(DEFS) $(CFLAGS) -c db.c
 
+files.o: files.c files.h strings.h
+	$(CC) $(DEFS) $(CFLAGS) -c files.c
+
+completion.o: completion.c completion.h bb.h proto.h script.h
+	$(CC) $(DEFS) $(CFLAGS) -c completion.c
+
 sentinel.o: sentinel.c sentinel.h
 	$(CC) $(DEFS) $(CFLAGS) -c sentinel.c
 




More information about the mw-devel mailing list