mirror of https://github.com/liamg/aminal.git
build fix again
This commit is contained in:
parent
1b264f3c9c
commit
387e3539c0
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ BINARY := aminal
|
||||||
FONTPATH := ./gui/packed-fonts
|
FONTPATH := ./gui/packed-fonts
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: test install-tools
|
build:
|
||||||
./build.sh `git describe --tags`
|
./build.sh `git describe --tags`
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|
Loading…
Reference in New Issue