osmo-rbs/hdlc/Makefile

8 lines
104 B
Makefile

LDFLAGS=-losmocore
hdlcsync: hdlcsync.o
$(CC) $(LDFLAGS) -o $@ $^
clean:
@rm -f hdlcsync hdlcsync.o