summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \