Sha256: 0fcb9d9abf75030ba3d312355acca50878c91d34667188c033674f8616c7807d

Contents?: true

Size: 116 Bytes

Versions: 6

Compression:

Stored size: 116 Bytes

Contents

CC=gcc

FLAGS= -Wall -O2 -D_GNU_SOURCE

all:
	$(CC) $(FLAGS) tty0tty.c -o tty0tty

clean:
	rm -rf tty0tty *.o core

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ardtweeno-0.6.0 test/debug/tty0tty-1.1/pts/Makefile
ardtweeno-0.5.0 test/debug/tty0tty-1.1/pts/Makefile
ardtweeno-0.4.0 test/debug/tty0tty-1.1/pts/Makefile
ardtweeno-0.3.1 test/debug/tty0tty-1.1/pts/Makefile
ardtweeno-0.3.0 test/debug/tty0tty-1.1/pts/Makefile
ardtweeno-0.2.5 test/tty0tty-1.1/pts/Makefile