summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bce1e6d..9fc9b02 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ OBJ_NAME = libtcc-test
all : clean $(OBJ_NAME)
$(OBJ_NAME) : $(OBJS)
- $(CC) $(OBJS) $(CFLAGS) -ltcc -lpthread -lrt -ldl -o $(OBJ_NAME)
+ $(CC) $(OBJS) $(CFLAGS) -ltcc -lpthread -ldl -o $(OBJ_NAME)
%.o : %.c
$(CC) -c $< -o $@ $(CFLAGS)
clean :