diff --git a/projects/example/Makefile b/projects/example/Makefile index a1a37bd8..f20d8405 100644 --- a/projects/example/Makefile +++ b/projects/example/Makefile @@ -1,6 +1,11 @@ TARGET := example OBJECTS := example.o +NRO_ICON := icon.jpg +NRO_NAME := Example Application +NRO_DEVELOPER := Example Developer +NRO_VERSION := 0.0.1 + all: $(TARGET).nro $(TARGET).nso clean: diff --git a/projects/example/icon.jpg b/projects/example/icon.jpg new file mode 100644 index 00000000..d0a2f697 Binary files /dev/null and b/projects/example/icon.jpg differ