chore: update name

This commit is contained in:
2025-12-19 16:33:34 +01:00
parent 9a4dd15a1b
commit 1dd34680b3
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -40,7 +40,7 @@
# debug information files # debug information files
*.dwo *.dwo
sim luna
.cache/ .cache/
# created via bear -- make # created via bear -- make

View File

@@ -7,7 +7,7 @@ SRC = src/main.cpp \
src/sims/two_bodies.cpp \ src/sims/two_bodies.cpp \
src/utils/rand.cpp src/utils/rand.cpp
OUT = sim OUT = luna
$(OUT): $(SRC) $(OUT): $(SRC)
$(CXX) $(CXXFLAGS) $(SRC) -o $(OUT) $(LDFLAGS) $(CXX) $(CXXFLAGS) $(SRC) -o $(OUT) $(LDFLAGS)

View File

@@ -1 +1 @@
# sim # luna