Sha256: f4d41fd00643807e66ade8448c2c2faa26bac8c0bbf4bca00c488c9bef49d37a

Contents?: true

Size: 340 Bytes

Versions: 275

Compression:

Stored size: 340 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_atbash_cipher.c src/atbash_cipher.c src/atbash_cipher.h
	@echo Compiling $@
	@cc $(CFLAGS) src/atbash_cipher.c test/vendor/unity.c test/test_atbash_cipher.c -o tests.out

Version data entries

275 entries across 275 versions & 1 rubygems

Version Path
trackler-2.1.0.11 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.10 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.9 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.8 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.7 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.6 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.5 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.4 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.3 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.2 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.1 tracks/c/exercises/atbash-cipher/makefile
trackler-2.1.0.0 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.55 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.54 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.53 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.52 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.51 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.50 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.49 tracks/c/exercises/atbash-cipher/makefile
trackler-2.0.8.48 tracks/c/exercises/atbash-cipher/makefile