Skip to content

Commit

Permalink
ビルド前に clean していなかった問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed May 21, 2024
1 parent e437219 commit 547da45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ build: setup
pybind: setup
bash scripts/pybind.sh build/pyalmo.cpp almo.so

all: build pybind
all: clean build pybind

clean:
rm -rf build
rm almo.so
rm -f almo.so

0 comments on commit 547da45

Please sign in to comment.