]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - Makefile
06a2a631f9c500d6826a4c3112c47914f8f8bbdd
[oddments/ipfire-netboot.git] / Makefile
1
2 SCRIPTS = $(CURDIR)/ipfireboot.gpxe
3
4 TARGETS = bin/gpxe.iso bin/gpxe.kpxe bin/undionly.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/$@ $@