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.1.0.52 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.51 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.50 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.49 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.48 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.47 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.46 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.45 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.44 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.43 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.42 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.41 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.40 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.39 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.38 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.37 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.36 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.34 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.33 tracks/c/exercises/palindrome-products/makefile
trackler-2.1.0.32 tracks/c/exercises/palindrome-products/makefile