mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-26 19:43:35 +01:00
add GiteaPC support
This commit is contained in:
parent
5dbbe76f01
commit
15ec46d11c
2 changed files with 22 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -7,3 +7,7 @@ build*/**
|
|||
|
||||
# Lots of unordered project notes
|
||||
notes/**
|
||||
|
||||
# GiteaPC config files
|
||||
giteapc-config.make
|
||||
giteapc-config-*.make
|
||||
|
|
18
giteapc.make
Normal file
18
giteapc.make
Normal file
|
@ -0,0 +1,18 @@
|
|||
# giteapc: version=1 depends=Lephenixnoir/sh-elf-gcc,Lephenixnoir/fxsdk
|
||||
|
||||
-include giteapc-config.make
|
||||
|
||||
configure:
|
||||
@ mkdir -p build-fx && cd build-fx && ../configure --target=fx9860g
|
||||
@ mkdir -p build-cg && cd build-cg && ../configure --target=fxcg50
|
||||
|
||||
build:
|
||||
@ make all
|
||||
|
||||
install:
|
||||
@ make install
|
||||
|
||||
uninstall:
|
||||
@ make uninstall
|
||||
|
||||
.PHONY: configure build install uninstall
|
Loading…
Reference in a new issue