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