blob: 57cef467f4a7e6729e972315dfbe2f44a7292021 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#*******************************************************************************
2# Default target
3#*******************************************************************************
4
5.PHONY: all romfs
6
7ALL: all romfs
8
9all:
10 ${MAKE} -j1 -f Makefile.zx clean
11 ${MAKE} -j1 -f Makefile.zx all
12 ${MAKE} -j1 -f Makefile.gs clean
13 ${MAKE} -j1 -f Makefile.gs all
14
15
16romfs:
17 ${MAKE} -j1 -f Makefile.gs romfs
18 ${MAKE} -j1 -f Makefile.zx romfs
19
20clean:
21 ${MAKE} -j1 -f Makefile.gs clean
22 ${MAKE} -j1 -f Makefile.zx clean