Sha256: 7db3ebd46b6ee2e3cf8e29cab10e5eedb23a5a27eeb6c209bf593c4f815dfea8

Contents?: true

Size: 345 Bytes

Versions: 119

Compression:

Stored size: 345 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_scrabble_score.c src/scrabble_score.c src/scrabble_score.h
	@echo Compiling $@
	@cc $(CFLAGS) src/scrabble_score.c test/vendor/unity.c test/test_scrabble_score.c -o tests.out

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
trackler-2.2.1.69 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.68 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.67 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.66 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.65 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.64 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.63 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.62 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.61 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.60 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.59 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.58 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.57 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.56 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.55 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.54 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.53 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.52 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.51 tracks/c/exercises/scrabble-score/makefile
trackler-2.2.1.50 tracks/c/exercises/scrabble-score/makefile