Backup
This commit is contained in:
parent
8423f85a70
commit
1640594ce7
4
Makefile
4
Makefile
|
|
@ -57,6 +57,10 @@ test-in-container-arm64: test-in-container-fedora-40-arm64 test-in-container-deb
|
||||||
test: build
|
test: build
|
||||||
bash test-all.sh
|
bash test-all.sh
|
||||||
|
|
||||||
|
test-arm64:
|
||||||
|
scheme_testrunner debian_trixie arm64 "bash test-all.sh"
|
||||||
|
#scheme_testrunner fedora_40 arm64 "bash test-all.sh"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf docutmp
|
rm -rf docutmp
|
||||||
rm -rf retropikzel/pffi/${VERSION}/*.c
|
rm -rf retropikzel/pffi/${VERSION}/*.c
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue