Skip to content

Commit fb48d0e

Browse files
author
Joshua Goller
committed
update build makfile and template
1 parent 6b5c620 commit fb48d0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeforces/templates/solution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <iostream>
1+
#include <bits/stdc++.h>
22

33
using namespace std;
44

makefiles/build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ good: reset clean setup
2020
$(ANALYZER) $(COMPILE) solution.cpp -o $(BUILD_DIR)/$(EXERCISE)-$@
2121
$(VALGRIND) $(BUILD_DIR)/$(EXERCISE)-$@
2222

23-
fast: reset clean setup
23+
solution fast: reset clean setup
2424
$(COMPILE) solution.cpp -o $(BUILD_DIR)/$(EXERCISE)-$@
2525
$(BUILD_DIR)/$(EXERCISE)-$@
2626

0 commit comments

Comments
 (0)