6 lines
107 B
Makefile
6 lines
107 B
Makefile
all: NXTInvaders.nxc
|
|
nbc NXTInvaders.nxc -O=NXTInvaders.rxe -sm+ -d -S=usb
|
|
|
|
clean:
|
|
rm -f NXTInvaders.rxe
|