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.
 
 
 
 
 
 

21 lines
710 B

Index: vslib/makefile
--- vslib/makefile.orig 2015-05-05 01:35:09.000000000 +0200
+++ vslib/makefile 2015-08-20 09:50:26.565667263 +0200
@@ -13,13 +13,13 @@
li: mm_update link
-all: mm_update libvslib.a libvscon.a test
+all: mm_update libvslib.a libvscon.a
-clean: mm_update clean-libvslib.a clean-libvscon.a clean-test
+clean: mm_update clean-libvslib.a clean-libvscon.a
-rebuild: mm_update rebuild-libvslib.a rebuild-libvscon.a rebuild-test
+rebuild: mm_update rebuild-libvslib.a rebuild-libvscon.a
-link: mm_update link-libvslib.a link-libvscon.a link-test
+link: mm_update link-libvslib.a link-libvscon.a
### GLOBAL (AND USER) DEFS #####################################################