make test in project root will recurse to the t/ subdirectory and run
make all there.
This commit is contained in:
Petr Baudis 2005-05-14 17:45:33 +02:00 коммит произвёл Petr Baudis
Родитель ceede59ea9
Коммит dfe070511c
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -120,6 +120,9 @@ diff.o: $(LIB_H)
strbuf.o: $(LIB_H)
gitenv.o: $(LIB_H)
test:
make -C t/ all
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)