Sha256: b20940bfa029877f880093f0a535c0cf5e4320549aa693060423f107b96392a4

Contents?: true

Size: 146 Bytes

Versions: 33

Compression:

Stored size: 146 Bytes

Contents

CC=gcc
CFLAGS=-Wall -ansi -pedantic

OBJ=exit.o

OUT=exit

all: $(OUT)

$(OUT): $(OBJ)
	$(CC) $(OBJ) -o $@

clean distclean:
	rm -f $(OBJ) $(OUT)

Version data entries

33 entries across 11 versions & 2 rubygems

Version Path
ttk-0.1.576 test/ressources/ball/jack-exit/Makefile
ttk-0.1.576 test/ressources/ball/joe-exit/Makefile
ttk-0.1.576 test/ressources/ball/john-exit/Makefile
ttk-0.2.1 test/ressources/ball/john-exit/Makefile
ttk-0.1.579 test/ressources/ball/john-exit/Makefile
ttk-0.2.1 test/ressources/ball/joe-exit/Makefile
ttk-0.1.579 test/ressources/ball/jack-exit/Makefile
ttk-0.1.580 test/ressources/ball/joe-exit/Makefile
ttk-0.2.0 test/ressources/ball/john-exit/Makefile
ttk-0.2.1 test/ressources/ball/jack-exit/Makefile
ttk-0.1.579 test/ressources/ball/joe-exit/Makefile
ttk-0.1.580 test/ressources/ball/jack-exit/Makefile
ttk-0.1.580 test/ressources/ball/john-exit/Makefile
ttk-0.2.0 test/ressources/ball/jack-exit/Makefile
ttk-0.2.0 test/ressources/ball/joe-exit/Makefile
uttk-0.3.1.2 test/fixtures/ball/jack-exit/Makefile
uttk-0.3.1.2 test/fixtures/ball/john-exit/Makefile
uttk-0.3.5.0 test/fixtures/ball/john-exit/Makefile
uttk-0.3.6.1 test/fixtures/ball/jack-exit/Makefile
uttk-0.3.6.1 test/fixtures/ball/john-exit/Makefile