]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - Makefile
Make some more options for makefile and generate a tftp-loadable image.
[oddments/ipfire-netboot.git] / Makefile
1
2 SCRIPTS = $(CURDIR)/ipfireboot.gpxe
3
4 TARGETS = bin/gpxe.iso bin/gpxe.kpxe
5
6 all: $(TARGETS)
7
8 clean:
9 rm -rfv $(TARGETS)
10 make -C gpxe/src clean
11
12 $(TARGETS):
13 make -C gpxe/src EMBEDDED_IMAGE=$(SCRIPTS) $@
14 -mkdir -pv $$(dirname $@)
15 cp -vf gpxe/src/$@ $@