aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f3fe06e..9e4af55 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ ${OBJ}: config.mk
moc_x11: moc_x11.c moc_library.c
@echo ${CC} -Wall moc_x11.c moc_library.c -lpthread -lX11 -o moc_x11
- @${CC} -Wall moc_x11.c moc_library.c -lpthread -lX11 -o moc_x11
+ @${CC} -Wall moc_x11.c moc_library.c -lpthread -lX11 -o moc_x11 -ggdb
mocicon: ${OBJ}
@echo CC -o $@
@@ -30,7 +30,7 @@ mocicon: ${OBJ}
clean:
@echo cleaning
- @rm -f mocicon moc_x11 ${OBJ} mocicon-${VERSION}.tar.gz
+ @rm -f mocicon moc_x11 *.o mocicon-${VERSION}.tar.gz
dist: clean
@echo creating dist tarball