4 lines
No EOL
85 B
Makefile
4 lines
No EOL
85 B
Makefile
all: sentinel
|
|
|
|
sentinel: main.c
|
|
gcc -lncurses -lcurl -lrtlsdr -lm main.c -o sentinel
|