소스 검색

Merge pull request #389 from xaxaxa/master

cpoll_cppsp: add "date" HTTP response header (update to cppsp 0.2.3)
Michael Hixson 12 년 전
부모
커밋
fa32cef96c
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      cpoll_cppsp/Makefile

+ 6 - 6
cpoll_cppsp/Makefile

@@ -1,13 +1,13 @@
 all: cppsp_0.2
 
 clean:
-	rm -rf cppsp_rel0.2.2 cppsp_0.2
+	rm -rf cppsp_rel0.2.3 cppsp_0.2
 	rm -f www/*.so www/*.txt
-cppsp_0.2: cppsp_0.2.2.tar.xz
-	tar xf cppsp_0.2.2.tar.xz
-	ln -s cppsp_rel0.2.2 cppsp_0.2
+cppsp_0.2: cppsp_0.2.3.tar.xz
+	tar xf cppsp_0.2.3.tar.xz
+	ln -s cppsp_rel0.2.3 cppsp_0.2
 	$(MAKE) CXX=g++-4.8 -C cppsp_0.2 all
 
-cppsp_0.2.2.tar.xz:
-	wget -c http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2.2.tar.xz
+cppsp_0.2.3.tar.xz:
+	wget -c http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2.3.tar.xz