fix(app): Remove setmod1 from Makefile

c0e174505a 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.
This commit is contained in:
Philipp Hahn 2023-06-12 11:22:04 +02:00 committed by GitHub
parent 2c75179530
commit d94071d347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TARGETS = cit ddtest setmod1 setmod2 modconfig ddinfo getiq modtest
TARGETS = cit ddtest setmod2 modconfig ddinfo getiq modtest
all: $(TARGETS)