Updated README and pruned Makefile

Šī revīzija ir iekļauta:
Emil 2023-08-07 08:37:57 -06:00
revīzija dfb66e84d8
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 5432DB986FDBCF8A
3 mainīti faili ar 9 papildinājumiem un 4 dzēšanām

1
.gitignore ārējs
Parādīt failu

@ -6,3 +6,4 @@ config.h
*.sqlite
build.sh
Makefile
install

Parādīt failu

@ -1,5 +1,6 @@
# note that this file does not properly handle options
PROGN:=probotic
CFLAGS:=-std=c99 -Wall -Wextra -Wpedantic -Wvla -Wshadow -Wundef
@ -27,9 +28,7 @@ ifeq (${ENABLE_SSL},1)
LDLIBS += -lssl -lcrypto
endif
all: include/config.h ${PROGN}
${PROGN}: ${HDR} ${SRC}
${PROGN}: include/config.h ${HDR} ${SRC}
${LINK.c} -pipe ${LIB} src/unity.c -o $@ ${LDLIBS}
# do nothing but update them...
@ -41,4 +40,4 @@ include/config.h: config.mk.h
clean:
-rm ${OBJ}
.PHONY: all submodules clean
.PHONY: clean

Parādīt failu

@ -26,6 +26,11 @@ make && BOOTSTRAP_ONLY=1 ./install.sh
remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere.
** Cleanup
make clean
rm -rf lib/libircclient bootstrap/probotic_data.sqlite
* Source Code Hosts
https://git.lain.church/emil/probotic