aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rwxr-xr-xutils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index b5a805571..689aacbd1 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -47,6 +47,9 @@ astman: astman.o ../md5.o
stereorize: stereorize.o frame.o
$(CC) $(CFLAGS) -o stereorize stereorize.o frame.o -lm
+check_expr : check_expr.c ../ast_expr.a
+ $(CC) $(CFLAGS) -o check_expr check_expr.c ../ast_expr.a
+
smsq: smsq.o
$(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt