Makefile
author František Kučera <franta-hg@frantovo.cz>
Tue, 19 May 2020 16:01:09 +0200
branchv_0
changeset 0 a7af46af7903
permissions -rw-r--r--
first working version

mt-32-display: mt-32-display.cpp
	g++ -o mt-32-display mt-32-display.cpp

clean:
	rm -f mt-32-display

run: mt-32-display
	echo -n "ahoj" | ./mt-32-display