fix: update Makefile
This commit is contained in:
parent
0fb79b3e1e
commit
cc369c7094
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
all: a.out
|
||||
a.out: main.c enviroment.c enviroment.h q-learning.c q-learning.h constant.h
|
||||
gcc main.c enviroment.c q-learning.c -lm
|
||||
a.out: main.c enviroment.c enviroment.h q-learning.c q-learning.h bignum.c bignum.h hash-table.c hash-table.h constant.h
|
||||
gcc main.c enviroment.c q-learning.c bignum.c constant.h hash-table.c -lm
|
||||
run:
|
||||
./a.out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user