Skip to content
Snippets Groups Projects
Unverified Commit 0745e1b0 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated makefile for testing

parent 3b27dda9
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,9 @@ main.o: main.c
vec2.o: vec2.c vec2.h
$(CC) $(OPTS) -c $^
test:
make -C tests test
clean:
rm -f *.o main
\ No newline at end of file
rm -f *.o main
make -C tests clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment