Skip to content

Commit

Permalink
Makefile: specify lib version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hodefoting committed Oct 24, 2017
1 parent 31dd2a0 commit d3e95d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ PROJECT_DESCRIPTION=Microraptor GUI
SYMBOL_PREFIX=
CFLAGS += -Wall -Wextra -g -D_FILE_OFFSET_BITS=64

LIB_MAJOR_VERSION=0
LIB_MINOR_VERSION=1
LIB_MICRO_VERSION=2

LD= gcc
LIB_LD_FLAGS=-lutil -lm

Expand Down

0 comments on commit d3e95d9

Please sign in to comment.