Fixed makefile for posix_playground.

This commit is contained in:
Michael Müller
2022-07-04 16:17:05 +02:00
parent 834bebf3e5
commit 45fef3c8be

View File

@@ -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