From 30f606be39f6bf5833512565096f5cbea7bbad09 Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 25 Jul 2019 16:30:49 +0100 Subject: [PATCH] Remove a useless SUBDIRS in the main makefile. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a21543c..a33be77 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,6 @@ export #################################################### -SUBDIRS = kfusd libfusd examples - default: $(MAKE) -C libfusd $(MAKE) -C kfusd