mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +03:00
10 lines
78 B
Makefile
10 lines
78 B
Makefile
|
|
CC=gcc
|
|
CFLAGS=-Wall -O2
|
|
|
|
bin2intelhex:
|
|
|
|
|
|
clean:
|
|
rm -f bin2intelhex core *.o
|