You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: Makefile |
|
--- Makefile.orig 2013-01-06 20:54:46.000000000 +0100 |
|
+++ Makefile 2013-01-07 09:36:06.000000000 +0100 |
|
@@ -17,6 +17,9 @@ |
|
cvsclient.o \ |
|
list_sort.o |
|
|
|
+.c.o: |
|
+ $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< |
|
+ |
|
all: cvsps |
|
|
|
deps:
|
|
|