diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ endif SRC=src DIST=build -CODE=$(addprefix $(SRC)/, ) # add source files here +CODE=$(addprefix $(SRC)/, numerics.cpp) # add source files here OBJECTS=$(CODE:$(SRC)/%.cpp=$(DIST)/%.o) DEPDIR:=$(DIST)/dependencies DEPS:=$(CODE:$(SRC)/%.cpp=$(DEPDIR):%.d) $(DEPDIR)/main.d |