4 lines
66 B
Makefile
4 lines
66 B
Makefile
C_source := memory.c
|
|
MODULE := mm
|
|
|
|
include $(TOPDIR)/Makefile.inc
|