sping/Makefile
2025-08-29 12:07:27 +02:00

10 lines
168 B
Makefile

HOST := google.com
format:
@astyle --style=java --recursive *.c,*.h -n || true
build: format
@gcc -o sping sping.c -Wall -lm
run: build
@sudo ./sping $(HOST) -c 6