7 lines
95 B
Makefile
7 lines
95 B
Makefile
TARGET = cube.img
|
|
|
|
APP_SOURCES = main.c
|
|
|
|
LIB_DIR = ../../lib
|
|
include $(LIB_DIR)/Makefile.rules
|