projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdede1
)
mend
author
bdemsky
<bdemsky@uci.edu>
Wed, 14 Jun 2017 22:21:14 +0000
(15:21 -0700)
committer
bdemsky
<bdemsky@uci.edu>
Wed, 14 Jun 2017 22:21:14 +0000
(15:21 -0700)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index ff0452f1062fe541c6abd2d23bdcbbb909719dce..548189ef94762759b635481cfc31d02d5e8b8efc 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-4,7
+4,7
@@
PHONY += directories
MKDIR_P = mkdir -p
OBJ_DIR = bin
-CPP_SOURCES := constraint.cc inc_solver.cc set.cc mutableset.cc element.cc function.cc order.cc table.cc predicate.cc boolean.cc
+CPP_SOURCES := constraint.cc inc_solver.cc set.cc mutableset.cc element.cc function.cc order.cc table.cc predicate.cc boolean.cc
csolver.cc
OBJECTS := $(CPP_SOURCES:%.cc=$(OBJ_DIR)/%.o) $(C_SOURCES:%.c=$(OBJ_DIR)/%.o)