diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,8 +14,10 @@ all : $(OBJS) $(CC) $(OBJS) $(CFLAGS) -o $(OBJ_NAME) test-mvmt : $(CC) test-mvmt.c $(CFLAGS) -o test-mvmt +benchmark: + $(CC) clld-bench.c $(CFLAGS) -o clld-bench clean : - rm -f $(OBJ_NAME) test-mvmt + rm -f $(OBJ_NAME) test-mvmt clld-bench install : install -D -m755 clld $(BIN_DIR)/clld uninstall : |