PIC Port Added support for subtraction
[fw/sdcc] / src / regression / Makefile
index 31b090bfb291cc20c9db8b5dd8374f0c5928aee2..d1ce27ad31432c0a3b79f24dd649c8208671edd2 100644 (file)
@@ -61,6 +61,7 @@ SRC = b.c \
        compare.c \
        compare2.c \
        for.c \
+       sub.c \
        while.c
 
 COD := $(patsubst %.c, %.cod, $(SRC))