Basics of vector space sort of done, but not yet working.

This commit is contained in:
Simon Brooke 2018-12-24 15:12:17 +00:00
parent 7b1cdf4440
commit f6ff403249
5 changed files with 159 additions and 4 deletions

View file

@ -17,7 +17,7 @@ INDENT_FLAGS := -nbad -bap -nbc -br -brf -brs -c33 -cd33 -ncdb -ce -ci4 -cli4 \
VERSION := "0.0.2"
CPPFLAGS ?= $(INC_FLAGS) -MMD -MP -g
CPPFLAGS ?= $(INC_FLAGS) -MMD -MP -g -DDEBUG
LDFLAGS := -lm
$(TARGET): $(OBJS) Makefile