aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0360edfa..481960a0 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,9 @@ test-parsing: test-parsing.o $(LIB_FILE)
test-linearize: test-linearize.o $(LIB_FILE)
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
+test-sort: test-sort.o $(LIB_FILE)
+ gcc $(LDFLAGS) -o $@ $< $(LIBS)
+
compile: compile.o compile-i386.o $(LIB_FILE)
$(CC) $(LDFLAGS) -o $@ $< compile-i386.o $(LIBS)