From 45fef3c8be2956f4607696fd24d858ed9fe1021b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Mon, 4 Jul 2022 16:17:05 +0200 Subject: [PATCH] Fixed makefile for posix_playground. --- repos/mml/src/app/posix_playground/target.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/mml/src/app/posix_playground/target.mk b/repos/mml/src/app/posix_playground/target.mk index 9e589affe7..adcd1302c1 100644 --- a/repos/mml/src/app/posix_playground/target.mk +++ b/repos/mml/src/app/posix_playground/target.mk @@ -1,5 +1,5 @@ -TARGET = thread_test -SRC_CC = thread_test.cc +TARGET = posix_playground +SRC_CC = main.cc LIBS += base posix libm libc stdcxx CXXFLAGS += -Wno-error