Test
This commit is contained in:
8
launcher/Makefile
Normal file
8
launcher/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
+$(MAKE) -f Makefile.actual ARCH=32
|
||||
+$(MAKE) -f Makefile.actual ARCH=64
|
||||
|
||||
clean:
|
||||
rm -rf obj
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user