Libtar building correclty
This commit is contained in:
parent
37057014f2
commit
8523a9f9bf
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ CORE_LIB_DIR=lib
|
|||
CORE_SRC_DIR=src
|
||||
|
||||
# Build core steps
|
||||
build_core: build_core_src
|
||||
build_core: build_core_lib build_core_src
|
||||
|
||||
include $(CORE_DIR)/$(CORE_LIB_DIR)/Makefile
|
||||
include $(CORE_DIR)/$(CORE_SRC_DIR)/Makefile
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6d0ab4c78e7a8305c36a0c3d63fd25cd1493de65
|
||||
Loading…
Reference in New Issue