Added PKGBUILD.

This commit is contained in:
2025-09-10 11:36:33 +02:00
parent 9fc3b3c790
commit 6b5d498ab5
3 changed files with 28 additions and 6 deletions

View File

@ -19,9 +19,3 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O3")
set(CMAKE_CXX_STANDARD 23)
add_subdirectory(src)
add_custom_target(run
COMMAND autotablet
DEPENDS autotablet
WORKING_DIRECTORY src
)