From 77821e30d15504aa91595c5160e376f5c87a8bde Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 2 Aug 2022 11:07:27 -0400 Subject: fix Make clean --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3