Skip to content

Commit

Permalink
debuggin makefile 2...
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej730 committed Jul 12, 2023
1 parent cb8c486 commit 39b09c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/blenderbim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ endif
endif

VERSION:=`date '+%y%m%d'`
cd dist/working/IfcOpenShell-0.7.0
LAST_COMMIT_HASH:=$(git rev-parse HEAD)
echo "test"
echo $LAST_COMMIT_HASH
cd -
LAST_COMMIT_HASH:=$(shell git rev-parse HEAD)
PYVERSION:=py310

ifeq ($(PYVERSION), py39)
Expand Down

0 comments on commit 39b09c4

Please sign in to comment.