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

5 lines
54 B
Makefile
Raw Normal View History

2024-11-12 23:42:52 -06:00
build:
gcc ./src/main.c -o rsa.o
run: build
./rsa.o