apps refactor

This commit is contained in:
Doug Hoyte
2023-05-21 03:32:25 -04:00
parent ea73aca3f3
commit 03ef0958fc
21 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
BIN = strfry
OPT = -O3 -g
BIN ?= strfry
APPS ?= dbutils relay mesh
OPT ?= -O3 -g
include golpe/rules.mk

2
golpe

Submodule golpe updated: dde080d39a...e6706930d1