The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: build/pymake/tests/phony.mk
build/pymake/tests/phony.mk
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:9faf8fda8353
1
$(shell \
2
touch dep; \
3
sleep 2; \
4
touch all; \
5
)
6
7
all:: dep
8
@echo TEST-PASS
9
10
.PHONY: all