Skip to content

Commit 7d4caa0

Browse files
committed
Update Makefile
1 parent af82b4b commit 7d4caa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GCD/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
euclidsAlgorithm:
2-
gcc euclidsAlgorithm.c test.c -o main
2+
gcc euclidsAlgorithm.c test.c -o euclidsAlgorithm
33

44
middleSchool:
5-
gcc middleSchool.c test.c -o main
5+
gcc middleSchool.c test.c -o middleSchool
66

77
consecutiveInteger:
8-
gcc consecutiveInteger.c test.c -o main
8+
gcc consecutiveInteger.c test.c -o consecutiveInteger
99

10-
lab:
11-
gcc labManual.c -o main
10+
combined:
11+
gcc combined.c -o combined

0 commit comments

Comments
 (0)