Chromium Code Reviews

Side by Side Diff: client/tests/tracing_microbenchmark/src/Makefile

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 CC = $(CROSS_COMPILE)gcc
2 LDLIBS = -lrt
3
4 getuid_microbench: getuid_microbench.o
5
6 .PHONY: clean
7 clean:
8 rm *.o getuid_microbench
OLDNEW
« no previous file with comments | « client/tests/tracing_microbenchmark/control ('k') | client/tests/tracing_microbenchmark/src/getuid_microbench.c » ('j') | no next file with comments »

Powered by Google App Engine