https://github.com/shabbychef/PDQutils
Raw File
Tip revision: 752915580b7c170066159b1d6884c36d1b664659 authored by Steven Pav on 20 October 2023, 17:24:02 UTC
move to modern github actions
Tip revision: 7529155
Makefile
######################
# 
# Created: 2017.03.19
# Copyright: Steven E. Pav, 2016
# Author: Steven E. Pav
######################

############### FLAGS ###############

VMAJOR 						 = 0
VMINOR 						 = 1
VPATCH  					 = 6
#VDEV 							 = .2000
VDEV 							 = .3000
PKG_NAME 					:= PDQutils

undefine RPKG_USES_RCPP

include ./rpkg_make/Makefile

#for vim modeline: (do not edit)
# vim:ts=2:sw=2:tw=129:fdm=marker:fmr=FOLDUP,UNFOLD:cms=#%s:tags=.tags;:syn=make:ft=make:ai:si:cin:nu:fo=croqt:cino=p0t0c5(0:
back to top