7 lines
119 B
Makefile
7 lines
119 B
Makefile
TARGET = video-sync.img
|
|
|
|
APP_SOURCES = main.c screen.png.data.o
|
|
|
|
LIB_DIR = ../../lib
|
|
include $(LIB_DIR)/Makefile.rules
|