2023-03-16 17:21:21 +02:00

6 lines
89 B
Makefile

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