mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 14:16:33 +00:00
将makefile中的gcc字样用$(CC)环境变量代替
This commit is contained in:
@ -4,7 +4,7 @@ all: pipe.o
|
||||
CFLAGS += -I .
|
||||
|
||||
pipe.o: pipe.c
|
||||
gcc $(CFLAGS) -c pipe.c -o pipe.o
|
||||
$(CC) $(CFLAGS) -c pipe.c -o pipe.o
|
||||
|
||||
clean:
|
||||
echo "Done."
|
Reference in New Issue
Block a user