Skip to content

Commit

Permalink
Windows cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 11, 2020
1 parent 251ea55 commit c84b01b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ $src/Makevars$
^cran-comments\.md$
^codemeta\.json$
^revdep$
^windows$
^configure.log$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ src/Makevars
revdep/checks.noindex
revdep/data.sqlite
revdep/library.noindex
windows
configure.log
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ winlibs:
"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" "../tools/winlibs.R"

clean:
rm -f $(OBJECTS) jqr.dll
rm -f $(OBJECTS) $(SHLIB)

.PHONY: all clean winlibs

0 comments on commit c84b01b

Please sign in to comment.