Lichen

Change of templates/Makefile-debug

198:e0a514cecae1
templates/Makefile-debug
     1.1 --- a/templates/Makefile-debug	Sun Nov 20 00:09:02 2016 +0100
     1.2 +++ b/templates/Makefile-debug	Sun Nov 20 00:09:36 2016 +0100
     1.3 @@ -1,6 +1,7 @@
     1.4  SRC = exceptions.c main.c native.c ops.c progops.c progtypes.c $(wildcard src/*.c)
     1.5  OBJ = $(SRC:.c=.o)
     1.6  CFLAGS = -I. -g
     1.7 +LDFLAGS = -lm
     1.8  
     1.9  all: main
    1.10