From 3770896e76c9171ebb38f7f47c3949089617856b Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Sun, 24 Feb 2013 16:22:38 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9bfae87..f1a860953 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ submit new unit tests for old code. Unit tests for the core code are in `src/test/`. To compile and run them: - cd src; make -f makefile.linux test + cd src; make -f makefile.unix test Unit tests for the GUI code are in `src/qt/test/`. To compile and run them: