mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 09:16:35 +00:00
将makefile中的gcc字样用$(CC)环境变量代替
This commit is contained in:
@ -5,7 +5,7 @@ CFLAGS += -I .
|
||||
|
||||
|
||||
wait.o: wait.c
|
||||
gcc $(CFLAGS) -c wait.c -o wait.o
|
||||
$(CC) $(CFLAGS) -c wait.c -o wait.o
|
||||
|
||||
stat.o: stat.c
|
||||
gcc $(CFLAGS) -c stat.c -o stat.o
|
||||
$(CC) $(CFLAGS) -c stat.c -o stat.o
|
Reference in New Issue
Block a user