1
0
Fork 0
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:
Vinay Chandra 2020-11-08 19:14:06 +00:00
parent 03f8ef00cb
commit 6a6ecb3cce

View file

@ -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