From d33b7e135a1800da56589127df08cb467e241d3a Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 18 Apr 2017 19:34:10 +0200 Subject: [PATCH] `make clean` works now for plane code --- plane/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plane/Makefile b/plane/Makefile index ddb363a..f426b68 100644 --- a/plane/Makefile +++ b/plane/Makefile @@ -24,4 +24,4 @@ all: boot # cleans the compiled files clean: rm boot; - rm ./**/*.o + rm ./lib/network/**/*.o