Removed s.el dependency (prefer built-in)

This commit is contained in:
Henrik Lissner 2017-12-09 14:40:14 -05:00
parent a07c29c069
commit 07088d3dcf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 8 additions and 14 deletions

View file

@ -13,7 +13,7 @@ RELEASE_FLAGS = -O2 -D NDEBUG -combile -fwhole-program
RELEASE_DIR = ./build/release
DEBUG_DIR = ./build/debug
TARGET = ${1:appname$(s-replace " " "" yas-text)}
TARGET = ${1:appname$(replace-regexp-in-string " " "" yas-text nil t)}
HEADERS = \$(shell echo include/*.h)
SOURCES = \$(shell echo src/*.cpp) \$(shell echo src/**/*.cpp)
OBJECTS = \$(SOURCES:.cpp=.o)