missing dep in make check

This commit is contained in:
Gu://em_ 2026-04-08 18:45:51 +02:00
parent 383f681156
commit 589117ae1a

View file

@ -26,7 +26,7 @@ debug: LDFLAGS += $(DBG_LDFLAGS)
debug: $(OBJS) debug: $(OBJS)
$(CC) -o $(TARGET) $^ $(LDFLAGS) $(LDLIBS) $(CC) -o $(TARGET) $^ $(LDFLAGS) $(LDLIBS)
check: check: $(TARGET)
bash ./tests/functional/old_testsuite.sh bash ./tests/functional/old_testsuite.sh
bash ./tests/functional/run.sh bash ./tests/functional/run.sh
bash ./tests/functional/warning.sh bash ./tests/functional/warning.sh