11 lines
103 B
Makefile
Executable File
11 lines
103 B
Makefile
Executable File
TOP = ../..
|
|
include $(TOP)/make.mk
|
|
|
|
INCLUDES += \
|
|
-I./
|
|
|
|
SRCS += \
|
|
./app.c
|
|
|
|
include $(TOP)/rules.mk
|