all: test-adder test-adder : test-adder.o novena-eim.o gcc -o test-adder test-adder.o novena-eim.o test-adder.o: test-adder.c novena-eim.h novena-eim.c gcc -c -Wall test-adder.c gcc -c -Wall novena-eim.c clean: rm -f *.o test-adder