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