summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ab4293..0d4a46b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,9 @@ CFLAGS = -g -Wall -I/usr/X11R6/include
SRC = main.o events.o manage.o list.o bar.o
HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h
-ratpoison: $(SRC)
+all: ratpoison ratpoison.info
+
+ratpoison: $(SRC)
gcc $(SRC) -o $@ $(CFLAGS) $(LDFLAGS) $(LIBS)
ratpoison.info : ratpoison.texi
@@ -26,4 +28,4 @@ install: ratpoison
$(CC) -c $(CFLAGS) $(DEBUG) $< -o $@
clean :
- rm -f *.o ratpoison
+ rm -f *.o ratpoison ratpoison.info