We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af82b4b commit 7d4caa0Copy full SHA for 7d4caa0
GCD/Makefile
@@ -1,11 +1,11 @@
1
euclidsAlgorithm:
2
- gcc euclidsAlgorithm.c test.c -o main
+ gcc euclidsAlgorithm.c test.c -o euclidsAlgorithm
3
4
middleSchool:
5
- gcc middleSchool.c test.c -o main
+ gcc middleSchool.c test.c -o middleSchool
6
7
consecutiveInteger:
8
- gcc consecutiveInteger.c test.c -o main
+ gcc consecutiveInteger.c test.c -o consecutiveInteger
9
10
-lab:
11
- gcc labManual.c -o main
+combined:
+ gcc combined.c -o combined
0 commit comments