mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 18:00:28 +03:00
Initial revision
This commit is contained in:
9
contrib/bin2intelhex/Makefile
Normal file
9
contrib/bin2intelhex/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -O2
|
||||
|
||||
bin2intelhex:
|
||||
|
||||
|
||||
clean:
|
||||
rm -f bin2intelhex core *.o
|
||||
Reference in New Issue
Block a user