mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Pick up the gPXE include files when building prototester.
This commit is contained in:
parent
2299435f1c
commit
99032becce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user