Basics of vector space sort of done, but not yet working.
This commit is contained in:
parent
7b1cdf4440
commit
f6ff403249
5 changed files with 159 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue