Files
seer/tests/gdbmi_condition/Makefile
T
Ernie Pasveer c84dd60a7e Cosmetic changes for specifying conditions in breakpoints.
Add the 'if' word to the dialogs.
Parse the breakpoints table more effieciently.
2023-11-24 13:11:49 -06:00

11 lines
182 B
Makefile

.PHONY: all
all: gdbmi_condition
gdbmi_condition: gdbmi_condition.cpp
g++ -g -o gdbmi_condition gdbmi_condition.cpp
.PHONY: clean
clean:
rm -f gdbmi_condition gdbmi_condition.o