diff --git a/Makefile b/Makefile index 86579ca..dc06484 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DEBUG := no -SRCS := src/test.c \ +SRCS := src/pusb_check.c \ src/conf.c \ src/log.c \ src/xpath.c \ diff --git a/src/test.c b/src/pusb_check.c similarity index 100% rename from src/test.c rename to src/pusb_check.c