|
@@ -19,3 +19,10 @@ sqprof:
|
|
|
|
|
|
|
|
sq64:
|
|
sq64:
|
|
|
g++ -O2 -m64 -fno-exceptions -fno-rtti -D_SQ64 -o $(OUT) $(SRCS) $(INCZ) $(LIBZ) $(LIB)
|
|
g++ -O2 -m64 -fno-exceptions -fno-rtti -D_SQ64 -o $(OUT) $(SRCS) $(INCZ) $(LIBZ) $(LIB)
|
|
|
|
|
+
|
|
|
|
|
+sqnspire:
|
|
|
|
|
+ nspire-g++ -O2 -fno-exceptions -fno-rtti -o $(OUT).elf $(SRCS) $(INCZ) $(LIBZ) $(LIB)
|
|
|
|
|
+ # Nspire executable file generation
|
|
|
|
|
+ genzehn --input $(OUT).elf --output $(OUT).zehn $(ZEHNFLAGS)
|
|
|
|
|
+ make-prg $(OUT).zehn $(OUT).tns
|
|
|
|
|
+ rm $(OUT).zehn
|