Makefile - Remove deprecated variable test-targets
This commit is contained in:
parent
aec3c7b0e6
commit
45015b68fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ headers := $(wildcard */*.h)
|
|||
|
||||
.PHONY: all test clean
|
||||
|
||||
all: vgbc $(test-targets)
|
||||
all: vgbc
|
||||
|
||||
clean:
|
||||
rm -rf $(clean-objs)
|
||||
|
|
Loading…
Reference in a new issue