Sha256: 5925252291906d6bef8dcc39cc7d17005105a53148e724f5c30b7014f4958c00
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
OBJS = buffer_test.o inflate_test.o deflate_test.o CXX = g++ CFLAGS = -g -O0 -I../ -I$(HOME)/include LDFLAGS = -L$(HOME)/lib -lgtest_main -lz -lpthread all: $(OBJS) $(CXX) $(CFLAGS) $(LDFLAGS) -o test_all $(OBJS) ./test_all || rm ./test_all .cc.o: $(CXX) $(CFLAGS) -c $< PHONY: check-syntax check-syntax: $(CXX) $(CFLAGS) -Wall -Wextra -pedantic -fsyntax-only $(CHK_SOURCES)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
swfmill-0.0.6 | ext/test/Makefile |
swfmill-0.0.5 | ext/test/Makefile |
swfmill-0.0.4 | ext/test/Makefile |
swfmill-0.0.3 | ext/test/Makefile |
swfmill-0.0.2 | ext/test/Makefile |