Cleanup the project

* Add .cache to gitignore (for the nlohmann::json library)
* Fix the project name
* Update the readme
This commit is contained in:
2026-06-03 10:13:05 +02:00
parent 214b3e4d9e
commit 4afdcd1660
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
set(NAME "hack-assembly")
set(NAME "hack-assembler")
project(${NAME} CXX)
set(CMAKE_CXX_STANDARD 17)