1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/cosy/Makefile
Benjamin Valentin d95f21fd67 make: add cosy as a build target
`cosy` is a graphical memory usage analyzer.
It is a great tool, but pretty hidden.
Add it as a build target so it can be easiely summoned for any application and board.
2021-02-24 12:11:00 +01:00

10 lines
176 B
Makefile

PKG_NAME=cosy
PKG_URL=https://github.com/haukepetersen/cosy.git
PKG_VERSION=b6098f2cfc2fc9d96850a28776c82c5b785fff7a
PKG_LICENSE=GPL-3
include $(RIOTBASE)/pkg/pkg.mk
all:
: