git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b7a2d896926ec94eac37089543ad9b98fcde4eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AKVER := 1.0.0

all:

clean: clean-builds

clean-builds:
	@rm -rv ./nfpm/build/

nfpm: nfpm-Makefile nfpm-descend

nfpm-Makefile:
	@sed -i 's/AKVER :=.*/AKVER := $"${AKVER}$"/' ./nfpm/Makefile

nfpm-descend:
	$(MAKE) -C ./nfpm