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