Sha256: 01aedc37d74eca24d40784e29b4faea508c373debf6712c0644fb65d99ff0c73

Contents?: true

Size: 202 Bytes

Versions: 23

Compression:

Stored size: 202 Bytes

Contents

example: example.o libchash.o
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^

.SUFFIXES: .c .o .h
.c.o:
	$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<

example.o: example.c libchash.h
libchash.o: libchash.c libchash.h

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
google_hash-0.9.0 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.9 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.8 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.7 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.6 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.5 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.4 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.3 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.2 ext/sparsehash-2.0.2/experimental/Makefile
google_hash-0.8.1 ext/sparsehash-1.8.1/experimental/Makefile
google_hash-0.8.0 ext/sparsehash-1.8.1/experimental/Makefile
google_hash-0.7.0 ext/sparsehash-1.8.1/experimental/Makefile
google_hash-0.6.2 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.6.1 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.6.0 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.5.1 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.4.0 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.3.1 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.3.0 ext/sparsehash-1.5.2/experimental/Makefile
google_hash-0.2.1 ext/sparsehash-1.5.2/experimental/Makefile