mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 23:44:31 +00:00
6 lines
89 B
Makefile
6 lines
89 B
Makefile
build:
|
|
g++ -Wall -g -I /usr/include/FL -o emd main.cpp ui.cxx -lfltk
|
|
|
|
run: build
|
|
./emd
|