This commit is contained in:
Graham Williams 2017-02-16 11:26:49 +08:00
Родитель bcc41a369d
Коммит 9ec3874268
1 изменённых файлов: 10 добавлений и 0 удалений

10
Makefile Normal file
Просмотреть файл

@ -0,0 +1,10 @@
VER=$(shell grep Version: DESCRIPTION | cut -d" " -f2)
PKG=$(shell basename '${PWD}')
# R Specific
include r.mk
# GIT Specific
include git.mk