move test.sh into /tests
This commit is contained in:
parent
80eb4c63f9
commit
4ef3ec7e6e
2 changed files with 1 additions and 1 deletions
2
Makefile
2
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 $@
|
||||
|
|
Loading…
Reference in a new issue