summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2008-08-04 17:43:36 -0400
committerNathan Straz <nstraz@redhat.com>2008-08-04 17:43:36 -0400
commitb24a04e34392574cdab78bab048bdd73fd86997d (patch)
tree69238d02298d4e767f9c764d42c362f1d603bfa8 /Makefile
parente01f689aa62ec343670bfdea5235c919666d4aba (diff)
downloadgxpp-b24a04e34392574cdab78bab048bdd73fd86997d.tar.gz
gxpp-b24a04e34392574cdab78bab048bdd73fd86997d.tar.xz
gxpp-b24a04e34392574cdab78bab048bdd73fd86997d.zip
Add gxpd to remove sections from XML files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1aa1d9f..b82aecc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-TARGETS := gxpp
+TARGETS := gxpp gxpd
all: $(TARGETS)
CFLAGS := -Wall -g
-gxpp: gxp-int.c
-gxpp: CFLAGS += -I/usr/include/libxml2
-gxpp: LOADLIBES := -lxml2
+$(TARGETS): gxp-int.c
+$(TARGETS): CFLAGS += -I/usr/include/libxml2
+$(TARGETS): LOADLIBES := -lxml2
install: all
for i in $(TARGETS); do \