Develop #7
1 changed files with 1 additions and 1 deletions
Fix mistake
commit
07197c1902
|
|
@ -27,7 +27,7 @@ all: test_suite main
|
|||
main: main.o $(LIBOBJS) $(CLASSOBJS)
|
||||
$(CC) $^ -o $@ $(CFLAGS) $(DBGFLAG) -I$(INCLUDE) $(OPENMP)
|
||||
|
||||
test_suite: test_suite.o $(LIBOBJS)
|
||||
test_suite: test_suite.o $(LIBOBJS) $(CLASSOBJS)
|
||||
$(CC) $^ -o $@ $(CFLAGS) $(DBGFLAG) -I$(INCLUDE) $(OPENMP)
|
||||
|
||||
# Rule for object files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue