OSCAR-code/Building/Linux/rpm/Makefile.common

10 lines
186 B
Makefile
Raw Normal View History

2020-12-08 21:09:18 +00:00
#
# Common Makefile values
#
NAME := OSCAR
TOP := $(shell git rev-parse --show-toplevel)
WHEREAMI := $(shell cd $(PWD) && pwd)
EXCLUDE := $(echo "$(WHEREAMI)" | sed -e 's|^$(TOP)/||')