Add stub ExtMemDbg program

This commit is contained in:
Alex
2023-03-16 17:21:21 +02:00
parent c7d907e81b
commit 2b2f48849c
7 changed files with 695 additions and 29 deletions

5
tools/ExtMemDbg/Makefile Normal file
View File

@ -0,0 +1,5 @@
build:
g++ -Wall -g -I /usr/include/FL -o emd main.cpp ui.cxx -lfltk
run: build
./emd