Add comment on how main is linked
This commit is contained in:
parent
2b103b9e3a
commit
e979c3955e
@ -8,6 +8,9 @@ DEBUG=-DDBG
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
# main: main.o utils.o matrix.o jacobi.o
|
||||
# $(CC) $^ -o $@ $(CCFLAGS)
|
||||
|
||||
test_suite: test_suite.o matrix.o jacobi.o
|
||||
$(CC) $^ -o $@ $(CCFLAGS) $(DEBUG)
|
||||
|
||||
@ -17,3 +20,4 @@ test_suite: test_suite.o matrix.o jacobi.o
|
||||
clean:
|
||||
rm *.o
|
||||
rm test_suite
|
||||
# rm main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user