mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 04:56:30 +00:00
将makefile中的gcc字样用$(CC)环境变量代替
This commit is contained in:
@ -5,4 +5,4 @@ CFLAGS += -I .
|
||||
all: sched.o
|
||||
|
||||
sched.o: sched.c
|
||||
gcc $(CFLAGS) -c sched.c -o sched.o
|
||||
$(CC) $(CFLAGS) -c sched.c -o sched.o
|
||||
|
Reference in New Issue
Block a user