sh-elf-gcc/giteapc.make

20 lines
301 B
Plaintext
Raw Normal View History

# giteapc: version=1
# giteapc: depends=Lephenixnoir/sh-elf-binutils
2021-01-02 10:36:59 +01:00
PREFIX ?= $(GITEAPC_PREFIX)
VERSION = 10.2.0
configure:
@ ./configure.sh $(VERSION)
build:
@ ./build.sh
install:
2021-01-02 10:36:59 +01:00
@ ./install.sh "$(PREFIX)"
uninstall:
2021-01-02 10:36:59 +01:00
@ ./uninstall.sh "$(PREFIX)"
.PHONY: configure build install uninstall