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 fa54da4 commit 9c5e5e3Copy full SHA for 9c5e5e3
Tools/Make/Example1/Makefile
@@ -1,7 +1,7 @@
1
#vim: noexpandtab: ts=8: softtabstop=8
2
#/*minimal Makefile*/
3
TARGET = testing_C
4
-CC = gcc
+CC = /usr/bin/gcc
5
6
$(TARGET):
7
$(CC) minimal.c -o $(TARGET)
0 commit comments