Partially implement the Accu

This commit is contained in:
lux
2017-08-09 22:51:27 +02:00
parent 1bdbf7a7e7
commit ad6f5a5854
6 changed files with 47 additions and 14 deletions

View File

@ -1,8 +1,8 @@
#-------------Makro-Part------------------
CC = gcc
CFLAGS = -Wall -std=c99
CFLAGS = -Wall -pedantic -std=c99
LDFLAGs =
DEBUG =
DEBUG = -DNDEBUG
VPATH = src src/debug
@ -21,5 +21,4 @@ debug.o : debug.c debug.h
$(CC) $(DEBUG) $(CFLAGS) -o $@ -c $<
clean :
rm -f *.o
rm -f *.o coredump*.toy