dashboard
repositories
filestore
activity
search
login
main
/
DocComp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added test document parser to check generators
Joel Grunbaum
2021-07-20
538459a8abf62bc85cc73b9e4eab9c29f732b282
[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 $@ $^