move test.sh to its own folder
This commit is contained in:
parent
fec9b4ac53
commit
3ddc535924
@ -1,5 +1,5 @@
|
|||||||
all: utf
|
test: utf
|
||||||
sh test.sh
|
sh ../testing/test.sh
|
||||||
|
|
||||||
utf: utf.o libunicode.o
|
utf: utf.o libunicode.o
|
||||||
$(CC) -g -o utf libunicode.o utf.o
|
$(CC) -g -o utf libunicode.o utf.o
|
||||||
@ -12,4 +12,4 @@ utf.o: libunicode.h utf.c
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.o utf
|
rm -f *.o utf
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: clean test
|
||||||
|
Loading…
Reference in New Issue
Block a user