summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ceede59)
raw | patch | inline | side by side (parent: ceede59)
author | Petr Baudis <pasky@ucw.cz> | |
Sat, 14 May 2005 15:45:33 +0000 (17:45 +0200) | ||
committer | Petr Baudis <xpasky@machine.sinus.cz> | |
Sat, 14 May 2005 15:45:33 +0000 (17:45 +0200) |
make test in project root will recurse to the t/ subdirectory and run
make all there.
make all there.
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 6afcb3e867a6857f9128dba877e433c12366c1f4..92b7cdf7665d0654b25c65b7ebd17ab0e51fcad1 100644 (file)
--- a/Makefile
+++ b/Makefile
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)