diff --git a/Makefile b/Makefile index 79cc4f9..9cca1a6 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,7 @@ default: .PHONY: static static: @make -C src static + +.PHONY: clean +clean: + @make -C src clean