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