move test.sh to its own folder
This commit is contained in:
parent
fec9b4ac53
commit
3ddc535924
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user