]> arthur.barton.de Git - ax-linux.git/blobdiff - Makefile.ax
Make PREFIX, GROUP, and AX_SILENT configurable on make command line
[ax-linux.git] / Makefile.ax
index 916fe1402db5866fac81917e2f4c56ca641aad11..71a566d4029b41ebd79ce049d8aaf596267fb0df 100644 (file)
@@ -8,7 +8,10 @@
 # (at your option) any later version.
 #
 
-AX_SILENT = @
+AX_SILENT ?= @
+
+PREFIX ?= /usr/local
+GROUP ?= staff
 
 $(SUBDIRS):
        $(MAKE) -C $@