DEBSOURCES
Skip Quicknav
sources / kas / 5.1-1 / tests / test_patch / patches / hello / 001.patch
12345678
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,1 +1,4 @@ all: hello + +clean: + rm -f hello