we're starting to get somewhere here

This commit is contained in:
Karma Riuk
2025-02-06 17:31:16 +01:00
parent 42484f4217
commit f540246817
8 changed files with 213 additions and 7 deletions

View File

@ -28,7 +28,7 @@ obj/%.o:
$(CXX) $(CXXFLAGS) -o $@ -c $<
main: $(OBJFILES)
$(CXX) $(LDFLAGS) $(OBJFILES) $(LOADLIBES) $(LDLIBS) -o main
$(CXX) $(LDFLAGS) $(OBJFILES) $(LOADLIBES) $(LDLIBS) -o main -lsfml-graphics -lsfml-window -lsfml-system
clean:
rm -rf obj/* $(DEPFILES) test_bin/