mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 04:23:39 +01:00
18 lines
287 B
Makefile
18 lines
287 B
Makefile
# giteapc: version=1
|
|
# giteapc: depends=Lephenixnoir/sh-elf-binutils
|
|
|
|
VERSION=10.2.0
|
|
|
|
configure:
|
|
@ ./configure.sh $(VERSION)
|
|
|
|
build:
|
|
@ ./build.sh
|
|
|
|
install:
|
|
@ ./install.sh "$(GITEAPC_PREFIX)"
|
|
|
|
uninstall:
|
|
@ ./uninstall.sh "$(GITEAPC_PREFIX)"
|
|
|
|
.PHONY: configure build install uninstall
|