4 lines
64 B
Makefile
4 lines
64 B
Makefile
|
NAME = slider
|
||
|
SRCS = main.c image.S
|
||
|
include $(AM_HOME)/Makefile
|