X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=caf187f4d8cd0190997e03d95d6c8dc4d169c403;hb=35f91ea7421eb9bb1e6d024086be46eb0d7befb0;hp=c66d758e64f6d5ad7bfb491407af16fd20b8ff99;hpb=973130f7802a00204d7b032bd941b2d9cdac8e81;p=blerg.git diff --git a/Makefile b/Makefile index c66d758..caf187f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include libs.mk ARCH=$(shell uname -m) -CFLAGS ?= -g +CFLAGS ?= -g -Wall ifeq ($(ARCH),x86_64) CFLAGS += -fPIC endif @@ -101,7 +101,7 @@ install-environment: all docs $(ENV_DIR)/www/css \ $(ENV_DIR)/www/doc/perl \ $(ENV_DIR)/www/images - install --mode 755 blerg.cgi rss.cgi $(ENV_DIR)/lib/cgi-bin/ + install --mode 755 blerg.cgi aux/cgi/*.cgi $(ENV_DIR)/lib/cgi-bin/ install --mode 755 blergtool blerglatest $(ENV_DIR)/bin/ install --mode 644 www/favicon.gif www/favicon.ico www/index.html \ www/welcome.html \