dashboard
repositories
filestore
activity
search
login
main
/
DocComp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
updated dot for output executable
Joel Grunbaum
2021-07-14
ddbc3175224787f56fe50da85ef6c6ea52cbbf68
[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 $@ $<