Skip to content

Commit 12166c2

Browse files
committed
Cleanup after build
1 parent 8ffdc2b commit 12166c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: RMySQL
2-
Version: 0.11.0
2+
Version: 0.11.1
33
Title: Database Interface and 'MySQL' Driver for R
44
Description: Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code
55
ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available

src/Makevars.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKG_CPPFLAGS=@cflags@
22
PKG_LIBS=@libs@
33

4-
all: clean
4+
all: cleanup
55

6-
clean:
7-
rm -f $(SHLIB) $(OBJECTS)
6+
clean: $(SHLIB)
7+
@rm -f ../.deps

0 commit comments

Comments
 (0)