blob: 57cef467f4a7e6729e972315dfbe2f44a7292021 [file] [log] [blame]
#*******************************************************************************
# Default target
#*******************************************************************************
.PHONY: all romfs
ALL: all romfs
all:
${MAKE} -j1 -f Makefile.zx clean
${MAKE} -j1 -f Makefile.zx all
${MAKE} -j1 -f Makefile.gs clean
${MAKE} -j1 -f Makefile.gs all
romfs:
${MAKE} -j1 -f Makefile.gs romfs
${MAKE} -j1 -f Makefile.zx romfs
clean:
${MAKE} -j1 -f Makefile.gs clean
${MAKE} -j1 -f Makefile.zx clean