ditigal.xyz
Log in
—
Register
~ruther
/
emacs.d
summary
tree
log
refs
ref:
d8ed3c99bea9ef3e16bcb674f6c401f21b31f53c
emacs.d
/Makefile
-rw-r--r--
85 bytes
View
Log
View raw
Permalink
d8ed3c99
— Rutherther fix: Properly find namespace in root directory with csproj
6 months ago
1
2
3
4
5
6
EMACS
=
emacs
PWD
=
$(
abspath
./
)
/
.PHONY
:
run
run
:
$(
EMACS
)
--init-directory
"
$(
PWD
)
"