Commit c27c9f03 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added test program to Makefile.

parent c741fc1d
CC=mpicc
CFLAGS=-Wall -Wextra -pedantic -std=c99 -O2
all: ring
all: test ring
test: ring_test.o
ring: ring.o
clean:
rm -vf *.o ring
rm -vf *.o test ring
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment