mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Removed s.el dependency (prefer built-in)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user