diff --git a/Applications/Makefile b/Applications/Makefile index d7f6e1a7c0..b1fc766f26 100644 --- a/Applications/Makefile +++ b/Applications/Makefile @@ -107,4 +107,4 @@ clean: (cd cpp; $(MAKE) -f Makefile.$(USERCPU) clean) (cd dw; $(MAKE) -f Makefile.$(USERCPU) clean) (cd ar; $(MAKE) -f Makefile.$(USERCPU) clean) - (cd wish; $(MAKE) -f Makefile.$(USERCPU) wish) + (cd wish; $(MAKE) -f Makefile.$(USERCPU) clean) diff --git a/Applications/wish/Makefile.6502 b/Applications/wish/Makefile.6502 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.6502 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.65c816 b/Applications/wish/Makefile.65c816 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.65c816 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.6800 b/Applications/wish/Makefile.6800 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.6800 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.6803 b/Applications/wish/Makefile.6803 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.6803 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.6809 b/Applications/wish/Makefile.6809 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.6809 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.68hc11 b/Applications/wish/Makefile.68hc11 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.68hc11 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.8080 b/Applications/wish/Makefile.8080 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.8080 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.8085 b/Applications/wish/Makefile.8085 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.8085 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.8086 b/Applications/wish/Makefile.8086 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.8086 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.armm0 b/Applications/wish/Makefile.armm0 new file mode 100644 index 0000000000..7af3113c71 --- /dev/null +++ b/Applications/wish/Makefile.armm0 @@ -0,0 +1,3 @@ +all: + +clean: diff --git a/Applications/wish/Makefile.armm4 b/Applications/wish/Makefile.armm4 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.armm4 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.esp32 b/Applications/wish/Makefile.esp32 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.esp32 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.esp8266 b/Applications/wish/Makefile.esp8266 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.esp8266 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.linux b/Applications/wish/Makefile.linux new file mode 100644 index 0000000000..82fa2ef848 --- /dev/null +++ b/Applications/wish/Makefile.linux @@ -0,0 +1,4 @@ +all: + +clean: + diff --git a/Applications/wish/Makefile.ns32k b/Applications/wish/Makefile.ns32k new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.ns32k @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.pdp11 b/Applications/wish/Makefile.pdp11 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.pdp11 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.r2k b/Applications/wish/Makefile.r2k new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.r2k @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.super8 b/Applications/wish/Makefile.super8 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.super8 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.tms9995 b/Applications/wish/Makefile.tms9995 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.tms9995 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.wrx6 b/Applications/wish/Makefile.wrx6 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.wrx6 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.z8 b/Applications/wish/Makefile.z8 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.z8 @@ -0,0 +1 @@ +include Makefile.common diff --git a/Applications/wish/Makefile.z80 b/Applications/wish/Makefile.z80 new file mode 100644 index 0000000000..a1afdf7fe9 --- /dev/null +++ b/Applications/wish/Makefile.z80 @@ -0,0 +1 @@ +include Makefile.common