update build process

This commit is contained in:
Nicholas Orlowsky 2023-10-20 00:45:20 -04:00
parent dea773366e
commit b28891adb5
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B
6 changed files with 87 additions and 10 deletions

View file

@ -1,6 +1,7 @@
.PHONY: format lint build build-release build-docker run debug
build:
python3 ./error_gen.py
g++ main.cpp --std=c++20 -g -o ./anthracite
build-release: