Makefile - Remove deprecated variable test-targets

This commit is contained in:
madmaurice 2023-08-30 00:03:44 +02:00
parent aec3c7b0e6
commit 45015b68fe

View file

@ -10,7 +10,7 @@ headers := $(wildcard */*.h)
.PHONY: all test clean
all: vgbc $(test-targets)
all: vgbc
clean:
rm -rf $(clean-objs)