From 10743527b811423032adb38a7dafe00f5b69443e Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 15 Jan 2022 01:04:48 -0500 Subject: ~Getting there, sweetie.~ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e476f4e..dcbc342 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ all: $(MAKE) -C src all + $(MAKE) -C examples all install: $(MAKE) -C src install clean: $(MAKE) -C src clean + $(MAKE) -C examples clean -- cgit v1.2.3