david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Pick up the gPXE include files when building prototester.

This commit is contained in:
Michael Brown 2006-03-23 21:35:20 +00:00
parent 2299435f1c
commit 99032becce
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ hijack : hijack.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
prototester.o : prototester.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $< -idirafter ../include
prototester : prototester.o $(BLIB)
$(CC) -o $@ $< -lc $(BLIB)