Fix ordering in perl subscription_list
[blerg.git] / Makefile
index c66d758..caf187f 100644 (file)
--- 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 \