You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/src/Makefile

9 lines
154 B
Makefile

all: ../bin/terminal
../bin/terminal: terminal
mkdir -p ../bin
cp terminal ../bin/terminal
terminal: terminal.c
gcc -O3 -o terminal terminal.c -ltsm