From 799cc813011a043cc4197dffc54747d5c85508f5 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Sun, 16 Oct 2016 17:45:40 +0100 Subject: Updated makefile patterns. Closes #21. Thansk to @lorenzo2897 --- README.md | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 63274f5..a3a062d --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ that matches these patterns will get compiled in: - `src/[your_login]/test_mips_*/*.cpp` (if any) +_Original makefile also included another pattern (thanks to @lorenzo2897, see + [issue #21](https://github.com/m8pple/arch2-2016-cw/issues/21)._ + You can also add your own private header files (often a good idea), which should be part of the submitted zip file, -- cgit