1
0
Fork 0

move test.sh to its own folder

This commit is contained in:
dtb 2023-09-04 10:39:03 -04:00
parent fec9b4ac53
commit 3ddc535924
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
all: utf
sh test.sh
test: utf
sh ../testing/test.sh
utf: utf.o libunicode.o
$(CC) -g -o utf libunicode.o utf.o
@ -12,4 +12,4 @@ utf.o: libunicode.h utf.c
clean:
rm -f *.o utf
.PHONY: all clean
.PHONY: clean test