Fixes abstract file name filter

This commit is contained in:
2020-06-07 17:46:08 +01:00
parent e1ed4cd7af
commit ad84b875e5
9 changed files with 56 additions and 37 deletions

View File

@ -2,7 +2,7 @@
ifndef PRJNAME
PRJNAME := $(shell basename `pwd -P`)
endif
SOLUTIONDIR=$(HOME)/workspace/yavsc
SOLUTIONDIR=../..
version := $(shell cat $(SOLUTIONDIR)/version.txt)
MAKE=make
NUGETSOURCE=$(HOME)/Nupkgs