summarylogtreecommitdiffstats
path: root/Makefile
blob: c05e859de803bec4c45a068c2eb7174992a6b5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MP = makepkg
RM = rm -rf

.PHONY: all

all: clean build srcinfo

build:
	$(MP) -s

srcinfo:
	$(MP) --printsrcinfo > .SRCINFO

clean:
	$(RM) pkg/ src/ hearthstone-linux-gui-appimage-* LICENSE

install:
	$(MP) -si