fix animation manager

This commit is contained in:
2024-09-06 11:52:36 +01:00
parent 8091651cc7
commit 5813da7e97
5 changed files with 13 additions and 10 deletions

View File

@@ -13,5 +13,8 @@ $(TARGET): $(OBJ)
build/%.o: src/%.cpp
@$(CXX) -c -o $@ $< $(CXXFLAGS)
dirs:
@mkdir -p build/x86_64
clean:
@rm -f $(OBJ) $(TARGET)