sentinel/Makefile
2025-01-01 22:16:44 +05:00

4 lines
No EOL
85 B
Makefile

all: sentinel
sentinel: main.c
gcc -lncurses -lcurl -lrtlsdr -lm main.c -o sentinel