Removed s.el dependency (prefer built-in)
This commit is contained in:
parent
a07c29c069
commit
07088d3dcf
5 changed files with 8 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue