Sha256: 67ba3c28799c17271c0945ca14baedbcc234da71b2001b0e3b8eb1c337e84b1b

Contents?: true

Size: 370 Bytes

Versions: 140

Compression:

Stored size: 370 Bytes

Contents

CFLAGS  = -std=c99
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -pedantic
CFLAGS += -Werror


test: tests.out
	@./tests.out

clean:
	rm -f *.o *.out

tests.out: test/test_palindrome_products.c src/palindrome_products.c src/palindrome_products.h
	@echo Compiling $@
	@cc $(CFLAGS) src/palindrome_products.c test/vendor/unity.c test/test_palindrome_products.c -o tests.out

Version data entries

140 entries across 140 versions & 1 rubygems

Version Path
trackler-2.2.1.29 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.28 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.27 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.26 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.25 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.24 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.23 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.22 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.21 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.20 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.19 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.18 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.17 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.16 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.15 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.14 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.13 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.12 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.11 tracks/c/exercises/palindrome-products/makefile
trackler-2.2.1.10 tracks/c/exercises/palindrome-products/makefile