OSCAR-code/Building/Linux/rpm/Makefile.common
2020-12-08 21:09:18 +00:00

10 lines
186 B
Makefile

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