9 lines
118 B
Makefile
9 lines
118 B
Makefile
all:
|
|
+$(MAKE) -f Makefile.actual ARCH=32
|
|
+$(MAKE) -f Makefile.actual ARCH=64
|
|
|
|
clean:
|
|
rm -rf obj
|
|
|
|
.PHONY: all clean
|