diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,3 +3,4 @@ src/uconfig.o test/uconfig_test test/uconfig_test.o *.tar.gz +*.tar.gz.sig @@ -3,7 +3,7 @@ CFLAGS ?= -O2 -g PREFIX ?= /usr/local __CFLAGS := -I./include/ -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wextra -VERSION := $(shell git tag | tail -n 1 | tr -d v) +VERSION := 1.0 all: libuconfig.a test/uconfig_test |
