4 lines
71 B
Makefile
4 lines
71 B
Makefile
|
all: main.c
|
||
|
gcc -fno-stack-protector -fno-pie -no-pie -o rsh main.c
|
||
|
|