8 lines
109 B
Makefile
8 lines
109 B
Makefile
all:
|
|
make -f Makefile.nx
|
|
make -f Makefile.pc
|
|
|
|
clean:
|
|
make -f Makefile.pc clean
|
|
make -f Makefile.nx clean
|