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