aboutsummaryrefslogtreecommitdiffstats
path: root/src/GNUmakefile
blob: bc3f18926139602fee4240a0203475e3b7b6676d (plain)
1
2
3
4
5
6
7
8
CPPFLAGS ?= -O0 -Wall
all: qxdm-log

qxdm-log: framing.o serial.o qxdm-log.o
	$(CC) $(CPPFLAGS) -o $@ $^ $(LIBS)

clean:
	@rm -f qxdm-log *.o