fixed build, untested
[dos_sbtest] / Makefile
index cb6a3d6..1015733 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ opt = -O3 -ffast-math -fno-strict-aliasing
 dbg = -g
 warn = -pedantic -Wall -Wno-unused-function -Wno-unused-variable
 
+AS = $(TOOLPREFIX)as
 CC = $(TOOLPREFIX)gcc
 AR = $(TOOLPREFIX)ar
 CFLAGS = $(warn) -march=pentium $(dbg) $(opt) $(inc)