diff --git a/Makefile b/Makefile index 5f2c6cc..3394e74 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ main: main.o $(OBJS) $(CC) $^ -o $@ test: main - sh test.sh + sh tests/test.sh %.o: %.c $(CC) -MMD -MP -c $< -o $@ diff --git a/test.sh b/tests/test.sh similarity index 100% rename from test.sh rename to tests/test.sh