From 5ac2a851b377c694edfef263951e80e43b1f5ea2 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 11 Feb 2021 15:39:42 +0100 Subject: Added disclaimer in README for bonus test --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d35bc6f..709c382 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.ghc a.out runtest +tags diff --git a/README.md b/README.md index 24e1336..0399ebd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ $ make ## Bonus +**You need to `make fclean` when switching from all to bonus**. + ```sh $ make bonus ``` -- cgit