diff --git a/lib/Makefile b/lib/Makefile index 545b3aa..bc32c64 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -44,4 +44,4 @@ clean: rm -rf $(OBJ_DIR) $(BIN_DIR) test: build_dirs $(OBJS) - $(CC) $(CFLAGS) test/test_main.cpp $(OBJS) $(LDFLAGS) -lgtest_main -lgtest -o $(BIN_DIR)/execute_tests \ No newline at end of file + $(CC) $(CFLAGS) test/test_main.cpp $(OBJS) $(LDFLAGS) -lgtest_main -lgtest -o $(BIN_DIR)/execute_tests