13 lines
196 B
Makefile
13 lines
196 B
Makefile
all:
|
|
$(MAKE) -f Makefile.1xx SCEkxploit
|
|
|
|
1xx:
|
|
$(MAKE) -f Makefile.1xx SCEkxploit
|
|
|
|
3xx:
|
|
$(MAKE) -f Makefile.3xx
|
|
|
|
clean:
|
|
$(MAKE) -f Makefile.1xx clean
|
|
$(MAKE) -f Makefile.3xx clean
|