dashboard
repositories
filestore
activity
search
login
main
/
DocComp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Use parent gen class over implementation class
Joel Grunbaum
2021-07-21
af8179dab78fe661ccf3e212caedcfa8d9d768ba
[DocComp.git]
/
gens
/
Makefile
1
2
3
4
5
6
7
8
_OBJS-gen=dot.o
export OBJS-gen=$(patsubst %,$(BUILD_DIR)/%,$(_OBJS-gen))
default: $(OBJS-gen)
$(BUILD_DIR)/%.o: %.cpp
$(CXX) -c $(CXXFLAGS) -o $@ $^