Skip to content

Commit a9d7f91

Browse files
Bump Makefile version to 1.0
1 parent dafd115 commit a9d7f91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PREFIX ?= /usr/local
22
DESTDIR ?=
33
BUILD_DIR ?= build
44
LIB_NAME := bfft
5-
VERSION := 0.1.0
5+
VERSION := 1.0
66

77
CXX ?= c++
88
CC ?= cc
@@ -213,4 +213,4 @@ uninstall:
213213
rm -f $(DESTDIR)$(PREFIX)/lib/pkgconfig/$(LIB_NAME).pc
214214

215215
clean:
216-
rm -rf $(BUILD_DIR)
216+
$(RM) -r $(BUILD_DIR)

0 commit comments

Comments
 (0)