From 9ad53329fff74989daf3365600f9fccc0b6f5266 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 18 Dec 2021 11:41:51 -0500 Subject: [PATCH] Add cleandep target to Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a3339347..c7074ce3 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,9 @@ all: $(TARGET) $(STANDALONE_TARGET) dep: $(MAKE) -C dep +cleandep: + $(MAKE) -C dep clean + run: $(STANDALONE_TARGET) ./$< -d