Ver Fonte

Minor typo

Hamilton Turner há 11 anos atrás
pai
commit
de66f739da
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      frameworks/C++/cpoll_cppsp/Makefile

+ 4 - 4
frameworks/C++/cpoll_cppsp/Makefile

@@ -1,11 +1,11 @@
-all: cppsp_0.2
+all: cppsp_0.2.3
 
 clean:
-	rm -rf $IROOT/cppsp_0.2
 	rm -f www/*.so www/*.txt
 	rm -f www/forcedynamic.cppsm.*
+	cd $(IROOT)/cppsp_0.2.3 all && $(MAKE) clean
 
-cppsp_0.2:
-	$(MAKE) CXX=g++-4.8 -C $(IROOT)/cppsp_0.2 all
+cppsp_0.2.3:
+	$(MAKE) CXX=g++-4.8 -C $(IROOT)/cppsp_0.2.3 all