diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,4 @@ *.ghc a.out runtest +tags @@ -14,6 +14,8 @@ $ make ## Bonus +**You need to `make fclean` when switching from all to bonus**. + ```sh $ make bonus ``` |
