Browse Source

Non-invasively remove building of re2c and lmdb.

Stefano Cossu 1 year ago
parent
commit
e166ff6bd0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -86,10 +86,10 @@ help:
 		| column -t  -s '|'
 	
 
-lib: $(DEPLIBS) codec $(LIBS) ## Compile main library (static and dynamic linking).
+lib: codec $(LIBS) ## Compile main library (static and dynamic linking).
 
 
-debug: $(DEPLIBS) codec_dbg $(DBG_LIBS) ## Compile main library with debug symbols.
+debug: codec_dbg $(DBG_LIBS) ## Compile main library with debug symbols.
 
 
 # Static library.