Makefile: add sample default rule when creating settings.mk

This commit is contained in:
Tony Theodore 2012-12-23 18:56:53 +11:00
parent fcc460ce1f
commit 77d4ec9fef
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ else
$(info [create settings.mk])
$(shell { \
echo '#JOBS = $(JOBS)'; \
echo '#PKGS ='; \
echo '#.DEFAULT my-pkgs:'; \
echo '#my-pkgs: boost curl file flac lzo pthreads vorbis wxwidgets'; \
} >'$(PWD)/settings.mk')
endif