X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=c7f931c934cf4e7aba5f181a0f7f49d2fe4bd4bb;hb=e05a6f05e7fce66ac7560e066d995c456073d29f;hp=f135b425091e4ecc53527952b8e0e805e3ce5f60;hpb=f574e1127a225e2de2e77a6b9e46a65986789f1f;p=rrq%2Fmaintain_lilo.git diff --git a/Makefile b/Makefile index f135b42..c7f931c 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,19 @@ # -*- makefile -*- # -# Copyright 2009-2013 Joachim Wiedorn +# Copyright 2009-2014 Joachim Wiedorn # All rights reserved. # # Licensed under the terms contained in the file 'COPYING' # in the source directory. # +# +# everything needed to run, just short of installation +# +all: test + make -C src all + make -C images all + # # make help # @@ -33,13 +40,6 @@ help: @echo " make distclean # remove editor temps, & all of the above" @echo "" -# -# everything needed to run, just short of installation -# -all: test - $(MAKE) -C src all - $(MAKE) -C images all - # # everything above plus the statically linked version #