aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 266576b..29ee5f6 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ MAN7 =\
libparsepsf.7
LOBJ = $(OBJ:.o=.lo)
+SRC = $(OBJ:.o=.c)
all: libparsepsf.a libparsepsf.$(LIBEXT) demo
@@ -86,7 +87,8 @@ uninstall:
-cd -- "$(DESTDIR)$(MANPREFIX)/man7" && rm -f -- $(MAN7)
clean:
- -rm -f -- *.o *.lo *.su *.a *.so *.so.* demo
+ -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.dll *.dylib
+ -rm -f -- *.gch *.gcov *.gcno *.gcda *.$(LIBEXT) demo
.SUFFIXES:
.SUFFIXES: .lo .o .c