chore: update name
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -40,7 +40,7 @@
|
|||||||
# debug information files
|
# debug information files
|
||||||
*.dwo
|
*.dwo
|
||||||
|
|
||||||
sim
|
luna
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
# created via bear -- make
|
# created via bear -- make
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user