Q-learning-in-C/Makefile
2023-05-24 17:40:21 +08:00

6 lines
55 B
Makefile

all: a.out
a.out: main.c
gcc main.c -lm
run:
./a.out