mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 07:04:14 +01:00
Make xpi the default liberator/Makefile target (rather than clean).
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,6 +3,8 @@ DIRS = vimperator muttator
|
|||||||
TARGETS = clean distclean doc help info jar release xpi
|
TARGETS = clean distclean doc help info jar release xpi
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
||||||
|
all: xpi ;
|
||||||
|
|
||||||
$(TARGETS:%=\%.%):
|
$(TARGETS:%=\%.%):
|
||||||
echo MAKE $@
|
echo MAKE $@
|
||||||
$(MAKE) -C $* $(@:$*.%=%)
|
$(MAKE) -C $* $(@:$*.%=%)
|
||||||
|
|||||||
Reference in New Issue
Block a user