Finish renaming standalone, add documentation

This commit is contained in:
Anže Jenšterle 2021-03-15 00:36:46 +01:00
commit fb34db5e10
No known key found for this signature in database
GPG key ID: 56821505069EBF5F
3 changed files with 3 additions and 1 deletions

View file

@ -78,6 +78,6 @@ ifneq (,$(findstring WITH_STANDALONE_LF_THAREXDE,$(APP_CFLAGS)))
SRC_STANDALONE = lf_tharexde.c
endif
# WITH_STANDALONE_HF_CRAFTBYTE
ifneq (,$(findstring HF_CRAFTBYTE,$(APP_CFLAGS)))
ifneq (,$(findstring WITH_STANDALONE_HF_CRAFTBYTE,$(APP_CFLAGS)))
SRC_STANDALONE = hf_craftbyte.c
endif