diff options
author | Polyester <polyester@egregore.fun> | 2024-09-21 19:45:20 +0200 |
---|---|---|
committer | Polyester <polyester@egregore.fun> | 2024-09-21 19:51:00 +0200 |
commit | 84256b3139cb662d107e3ec64460053c6dc202bb (patch) | |
tree | 7a46241971c3ab8e2e8a7bb7bcf9cf56b9295383 /Makefile | |
parent | 28b41ee492805971632e1d65ab9f855ce837767b (diff) |
rebranding and cleaning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,4 @@ -CC=clang -CFLAGS=-Wall -g -I./include -PREFIX=~/.local +CFLAGS ?= -Wall -g -I./include mcping: mcping.c mctypes.o mcnetwork.o $(CC) $(CFLAGS) $^ -o $@ @@ -8,7 +6,7 @@ mcping: mcping.c mctypes.o mcnetwork.o %.o: %.c %.h $(CC) $(CFLAGS) -c $< -test: mcping +check: mcping ./mcping 137.74.234.16:2001 | jq '.players' ./mcping mc.seisan.fr | jq '.players' |