2022-03-13 18:03:42 -04:00

11 行
103 B
Makefile
実行ファイル

TOP = ../..
include $(TOP)/make.mk
INCLUDES += \
-I./
SRCS += \
./app.c
include $(TOP)/rules.mk