Skip to content

Commit 9c5e5e3

Browse files
authored
Update Makefile
absolute path for gcc
1 parent fa54da4 commit 9c5e5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Make/Example1/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#vim: noexpandtab: ts=8: softtabstop=8
22
#/*minimal Makefile*/
33
TARGET = testing_C
4-
CC = gcc
4+
CC = /usr/bin/gcc
55

66
$(TARGET):
77
$(CC) minimal.c -o $(TARGET)

0 commit comments

Comments
 (0)