9 lines
199 B
Makefile
9 lines
199 B
Makefile
|
NANOAPP_NAME := do_nothing
|
||
|
NANOAPP_SRC_FILES := do_nothing.cc
|
||
|
|
||
|
NANOAPP_ID := 0x476f6f6754fffffd
|
||
|
NANOAPP_VERSION := 0x00000001
|
||
|
NANOAPP_NAME_STRING := \"CHQTS\ Do\ Nothing\"
|
||
|
|
||
|
include ../shared_make.mk
|