Makefile
author František Kučera <franta-hg@frantovo.cz>
Wed, 20 May 2020 23:39:01 +0200
branchv_0
changeset 4 dfd422ad13d3
parent 0 a7af46af7903
permissions -rw-r--r--
Added tag v0.1 for changeset 51a8362261a9

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