8 lines
124 B
Makefile
8 lines
124 B
Makefile
TARGET = objects
|
|
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/defaults.mk
|
|
|
|
SRC = rfm12.c borg_rfm12.c
|
|
|
|
include $(TOPDIR)/rules.mk
|