From d94071d347734a5327763c674cff1fee89a320f7 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Mon, 12 Jun 2023 11:22:04 +0200 Subject: [PATCH] fix(app): Remove setmod1 from Makefile c0e174505a59a5bf644939b4f391cf225a7acb01 removed several old apps, but did also add 'setmod1'. Either that was by accident or you forgot to add and commit its source code. Compilation currently fails: > make: *** No rule to make target 'setmod1', needed by 'all'. Stop. --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 88222bb..9763597 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,4 +1,4 @@ -TARGETS = cit ddtest setmod1 setmod2 modconfig ddinfo getiq modtest +TARGETS = cit ddtest setmod2 modconfig ddinfo getiq modtest all: $(TARGETS)