mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
Initial revision
This commit is contained in:
9
contrib/3c90xutil/Makefile
Normal file
9
contrib/3c90xutil/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
FILES = cromutil bromutil
|
||||
|
||||
INCLUDEDIR = /usr/include
|
||||
CFLAGS = -O2 -fomit-frame-pointer -Wall -I$(INCLUDEDIR)
|
||||
|
||||
all: $(FILES)
|
||||
|
||||
clean:
|
||||
rm -f $(FILES) *~ core
|
||||
Reference in New Issue
Block a user