dashboard
repositories
filestore
activity
search
login
main
/
DocComp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Renamed tester to fit with parser naming
Joel Grunbaum
2021-08-12
e8ea5e907ca1fb359d5dd342e505a78bab42d879
[DocComp.git]
/
gens
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
_OBJS-gen=dot.o
export OBJS-gen=$(patsubst %,$(BUILD_DIR)/gens/%,$(_OBJS-gen))
default: $(OBJS-gen)
$(BUILD_DIR)/gens/%.o: %.cpp $(BUILD_DIR)/gens
$(CXX) -c $(CXXFLAGS) -o $@ $<
$(BUILD_DIR)/gens:
mkdir -p $@