diff --git a/Makefile b/Makefile index 696995b8..4a594484 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,11 @@ install: @$(MAKE) -C rem2pdf -f Makefile.top install clean: find . -name '*~' -exec rm {} \; - cd src && $(MAKE) clean + $(MAKE) -C src clean + -$(MAKE) -C rem2pdf clean test: - @cd src && $(MAKE) -s test + @$(MAKE) -C src -s test distclean: clean rm -f config.cache config.log config.status src/Makefile src/config.h tests/test.out www/Makefile diff --git a/rem2pdf/lib/Remind/PDF.pm b/rem2pdf/lib/Remind/PDF.pm deleted file mode 100644 index e69de29b..00000000