diff options
Diffstat (limited to 'src/glw/Makefile')
-rw-r--r-- | src/glw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile index f0dd1acb43b..0c11a9d8385 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -44,7 +44,7 @@ install: glw.pc clean: -rm -f depend depend.bak - -rm -f *.o *~ + -rm -f *.o *.pc *~ # Make the library |