forked from mia/Aegisub
68eaab0f43
Speeds up a no-op build from 500ms to 60ms and significantly improves dependency tracking.
8 lines
195 B
Makefile
8 lines
195 B
Makefile
include $(dir $(lastword $(MAKEFILE_LIST)))../../header.mk
|
|
|
|
luabins_OBJ := $(subst .c,.o,$(wildcard $(d)src/*.c))
|
|
luabins_CPPFLAGS := $(CFLAGS_LUA)
|
|
|
|
LIB += luabins
|
|
|
|
include $(TOP)Makefile.target
|