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
     1 mt-32-display: mt-32-display.cpp
     2 	g++ -o mt-32-display mt-32-display.cpp
     3 
     4 clean:
     5 	rm -f mt-32-display
     6 
     7 run: mt-32-display
     8 	echo -n "ahoj" | ./mt-32-display
     9 
    10