X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile;fp=Makefile;h=cecf20c9cc096e6b8eb257280a03dad4d1300974;hp=e5247bc4e8a0cdaf8a647dc8bf53b3aff0b17b7a;hb=cb1389df1252483c824812ca49a6c3e67619d8e0;hpb=7d7c328016aca3e14aee6268a2e7881d3440e226 diff --git a/Makefile b/Makefile index e5247bc..cecf20c 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ $(PACKAGE)-$(VERSION).tar.gz: $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION): clean mkdir $@ $@/devices cp -a artwork $@ + cp -a utils $@ cp *.[ch] $@ cp -a devices/*.[ch] $@/devices/ cp Makefile $@