7 lines
112 B
Makefile
7 lines
112 B
Makefile
|
TARGET = dynamic-vertex-stress.img
|
||
|
|
||
|
APP_SOURCES = main.c
|
||
|
|
||
|
LIB_DIR = ../../lib
|
||
|
include $(LIB_DIR)/Makefile.rules
|