mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Update Makefile to use CC instead of gcc
This commit is contained in:
parent
03f8ef00cb
commit
6a6ecb3cce
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ INCBIN = ../dist/boot.bin ../dist/bootboot.bin ../dist/bootboot.efi ../dist/boot
|
|||
all: data.c $(TARGET)
|
||||
|
||||
data.c: $(INCBIN)
|
||||
@gcc bin2h.c -o bin2h
|
||||
$(CC) bin2h.c -o bin2h
|
||||
./bin2h $(INCBIN) >data.c
|
||||
@rm bin2h
|
||||
|
||||
|
|
Loading…
Reference in a new issue