Skip to content

Commit c5eafad

Browse files
Alejandro Perezscanoss-cs
authored andcommitted
Add Version extraction in Makefile
1 parent 1e6cfdb commit c5eafad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ LIB=libldb.so
1010
$(TARGET): $(OBJECTS)
1111
$(CC) -g -o $(TARGET) $^ $(LDFLAGS)
1212

13+
VERSION=$(shell ./version.sh)
14+
1315
all: clean $(TARGET) lib
1416

1517
lib: $(OBJECTS)

0 commit comments

Comments
 (0)