Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Smiril committed Aug 15, 2015
1 parent 508a6a6 commit 3ef5ef9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
NAME := websms
MAJOR := 1
MINOR := 0
LIBNAME := $(NAME)
VERSION := $(LIBNAME) $(MAJOR).$(MINOR)
LIBS := -lwebsms -lcurl -ljansson
PREFIX := /bin
CXX := g++
Expand Down

0 comments on commit 3ef5ef9

Please sign in to comment.