1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 15:32:27 +01:00

Make xpi the default liberator/Makefile target (rather than clean).

This commit is contained in:
Ted Pavlic
2009-01-21 11:07:50 -05:00
parent 48be1c8df7
commit 23ff9efc61

View File

@@ -3,6 +3,8 @@ DIRS = vimperator muttator
TARGETS = clean distclean doc help info jar release xpi
.SILENT:
all: xpi ;
$(TARGETS:%=\%.%):
echo MAKE $@
$(MAKE) -C $* $(@:$*.%=%)