]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: add distclean target to test/unit/Makefile
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 14 Mar 2016 14:51:53 +0000 (15:51 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 14 Mar 2016 14:55:39 +0000 (15:55 +0100)
Makefile.in
test/unit/Makefile.in

index b8fde5edd7df1b4b1dc18467df70eb813a5ea8af..3adc586c118658c1c5798f5967ea45e7b7ae2ea3 100644 (file)
@@ -73,6 +73,7 @@ distclean : clean
        -rm -f .DS_Store
        -rm -f Makefile
        $(MAKE) -C doc distclean
+       $(MAKE) -C test/unit distclean
 
 clean :
        -rm -f *.o *.s chronyc chronyd core *~
index 5fd925ccba737c96b329852f3893699d6426b230..554663b30fc7491133c6144d18fbeb65044fcd9f 100644 (file)
@@ -33,6 +33,9 @@ clean:
        rm -f *.o $(TESTS)
        rm -rf .deps
 
+distclean: clean
+       rm -f Makefile
+
 .deps:
        @mkdir .deps