diff --git a/Makefile b/Makefile index 566b579..d79603c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -snapshots += Helloworld::App::Snapshot -snapshot_headers += apps/hello_world/app.h +apps += Helloworld::App +app_headers += apps/hello_world/app.h app_objs += $(addprefix apps/hello_world/,\ app.o\