mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
Various fixes and improvements.
This commit is contained in:
parent
4fc55346aa
commit
5802a4e52d
8
Makefile
8
Makefile
@ -2,7 +2,7 @@
|
||||
#
|
||||
|
||||
default: all
|
||||
-include make.conf
|
||||
-include .make.conf
|
||||
|
||||
CORE=.MAKEFILE-VERSION
|
||||
|
||||
@ -351,12 +351,12 @@ LIBCOMMONMARK=outside/commonmark/build/src/libcmark.a
|
||||
|
||||
all: vere
|
||||
|
||||
.MAKEFILE-VERSION: Makefile make.conf
|
||||
.MAKEFILE-VERSION: Makefile .make.conf
|
||||
@echo "Makefile update."
|
||||
@touch .MAKEFILE-VERSION
|
||||
|
||||
make.conf:
|
||||
@echo "# Set custom configuration here, please!" > "make.conf"
|
||||
.make.conf:
|
||||
@echo "# Set custom configuration here, please!" > ".make.conf"
|
||||
|
||||
vere: $(BIN)/vere
|
||||
meme: $(BIN)/meme
|
||||
|
Loading…
Reference in New Issue
Block a user