Threads tests WIP

This commit is contained in:
Ben Jackson 2020-11-16 22:21:13 +00:00
commit e2ca9b5318
5 changed files with 109 additions and 1 deletions

View file

@ -2,7 +2,7 @@ CXXFLAGS=-g -O0 -std=c++17
.PHONY: all
TARGETS=simple variables struct printer
TARGETS=simple variables struct printer threads
all: $(TARGETS)