TARGET = hello
TYPE = ps-exe

SRCS = \
hello.cpp \

ifeq ($(TEST),true)
CPPFLAGS = -Werror
endif
CXXFLAGS = -std=c++20

include ../../psyqo.mk
