APPNAME=minichannel build: mkdir -p ./target/ g++ ./src/*.cpp -o ./target/$(APPNAME) -Wall -lncurses -lpanel -lmenu run: build ./target/$(APPNAME) 2> ./target/stdout