X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=8f1548cec49a65d677c7fe88d8636d43f306bda3;hp=c549b786599d4193c700a3b80906f5b4cc78ce11;hb=f2230273044dee6c72811f1b22943ae514f46999;hpb=9bbf03d8907f4d8bff2a5e34dc29f3c66dad7cc4 diff --git a/GNUmakefile b/GNUmakefile index c549b78659..8f1548cec4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -191,6 +191,9 @@ macosx-x86-fat: macosx-arm64: $(MAKE) $(ALL) macosx.app CONFIG=vm/Config.macosx.arm64 +linux-arm-32: + $(MAKE) $(ALL) CONFIG=vm/Config.linux.arm.32 + linux-arm-64: $(MAKE) $(ALL) CONFIG=vm/Config.linux.arm.64 @@ -206,9 +209,6 @@ linux-ppc-32: linux-ppc-64: $(MAKE) $(ALL) CONFIG=vm/Config.linux.ppc.64 -linux-arm: - $(MAKE) $(ALL) CONFIG=vm/Config.linux.arm - windows-x86-32: $(MAKE) $(ALL) CONFIG=vm/Config.windows.x86.32 $(MAKE) factor-console CONFIG=vm/Config.windows.x86.32 @@ -276,3 +276,4 @@ clean: rm -f Factor.app/Contents/Frameworks/libfactor.dylib .PHONY: factor factor-lib factor-console factor-ffi-test tags clean macosx.app +.PHONY: linux-x86-32 linux-x86-64 linux-ppc-32 linux-ppc-64 linux-arm-64 freebsd-x86-32 freebsd-x86-64 macosx-x86-32 macosx-x86-64 macosx-x86-fat macosx-arm64 windows-x86-32 windows-x86-64