college/Fall-2024/CS-3333/Assignments/RSA-Project/Makefile

5 lines
54 B
Makefile

build:
gcc ./src/main.c -o rsa.o
run: build
./rsa.o