add read file functionality
This commit is contained in:
@@ -3,7 +3,7 @@ CFLAGS=-Wall -I../src/include -DDEBUG -g
|
||||
SRC=test.c
|
||||
OBJ=$(SRC:.c=.o)
|
||||
|
||||
OBJ+=../src/random.o
|
||||
OBJ+=../src/random.o ../src/read_file.o
|
||||
|
||||
all: test
|
||||
|
||||
|
Reference in New Issue
Block a user