summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
blob: 10b2a1984d422b52cfe95c356556cb90a31cb424 (plain)
1
2
3
4
5
6
7
# Change the following to an explicit package name if you want
# the spec file name to be different from the directory name
# for some reason.
NAME = $(notdir $(realpath .))
dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
MOCK_ARCH := i386
include git-rpm/git-rpm.mk