mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 00:39:16 +00:00
Add stub ExtMemDbg program
This commit is contained in:
5
tools/ExtMemDbg/Makefile
Normal file
5
tools/ExtMemDbg/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
build:
|
||||
g++ -Wall -g -I /usr/include/FL -o emd main.cpp ui.cxx -lfltk
|
||||
|
||||
run: build
|
||||
./emd
|
Reference in New Issue
Block a user