File: rules

package info (click to toggle)
r-cran-gmaps 0.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • sloc: makefile: 3
file content (11 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# 							-*- makefile -*-
# debian/rules file for the Debian/GNU Linux r-cran-car package
# Copyright 2003 by Dirk Eddelbuettel <edd@debian.org>

include /usr/share/R/debian/r-cran.mk

# Remove bogus src directory, which makes R think this is arch-specific
# Note that this will break if src is ever populated again... which is fine!
clean::
	[ -d src ] && rmdir src || true