We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6e755 commit 3ad54a4Copy full SHA for 3ad54a4
Season-1/Level-2/hack.c
@@ -4,7 +4,7 @@
4
// As all other levels, your goal is to get this file to pass.
5
6
// Run hack by opening a terminal and running the following:
7
-// $ make Season-1/Level-2/hack && ./Season-1/Level-2/hack
+// $ make -B Season-1/Level-2/hack && ./Season-1/Level-2/hack
8
9
// As a reminder, to pass this level, both this file alongside tests.c must pass.
10
Season-1/Level-2/tests.c
@@ -3,7 +3,7 @@
3
// This file contains passing tests.
// Run them by opening a terminal and running the following:
-// $ make Season-1/Level-2/tests && ./Season-1/Level-2/tests
+// $ make -B Season-1/Level-2/tests && ./Season-1/Level-2/tests
#include "code.h"
0 commit comments