chore: update name
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -40,7 +40,7 @@
|
||||
# debug information files
|
||||
*.dwo
|
||||
|
||||
sim
|
||||
luna
|
||||
.cache/
|
||||
|
||||
# created via bear -- make
|
||||
|
||||
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ SRC = src/main.cpp \
|
||||
src/sims/two_bodies.cpp \
|
||||
src/utils/rand.cpp
|
||||
|
||||
OUT = sim
|
||||
OUT = luna
|
||||
|
||||
$(OUT): $(SRC)
|
||||
$(CXX) $(CXXFLAGS) $(SRC) -o $(OUT) $(LDFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user