Skip to content

Commit

Permalink
Enhance Path Handling in MakefileEnhance Path Handling in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek-04022001 committed Feb 21, 2024
1 parent 7d36c5a commit e4af254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /bin/bash
CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
CURRENT_DIR:="$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))"

version = 3

Expand Down

0 comments on commit e4af254

Please sign in to comment.