mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Fix error in Makefile - remove duplicate clean: definition
This commit is contained in:
5
Makefile
5
Makefile
@@ -38,11 +38,6 @@ install-nostripped:
|
|||||||
@$(MAKE) -C rem2html install
|
@$(MAKE) -C rem2html install
|
||||||
@$(MAKE) -C rem2pdf -f Makefile.top install INSTALL_BASE=$(INSTALL_BASE)
|
@$(MAKE) -C rem2pdf -f Makefile.top install INSTALL_BASE=$(INSTALL_BASE)
|
||||||
|
|
||||||
clean:
|
|
||||||
find . -name '*~' -exec rm {} \;
|
|
||||||
-$(MAKE) -C src clean
|
|
||||||
-$(MAKE) -C rem2pdf clean
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@$(MAKE) -C src -s test
|
@$(MAKE) -C src -s test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user