ソースを参照

Updated README and pruned Makefile

master
Emil 9ヶ月前
コミット
dfb66e84d8
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 5432DB986FDBCF8A
3個のファイルの変更9行の追加4行の削除
  1. +1
    -0
      .gitignore
  2. +3
    -4
      Makefile
  3. +5
    -0
      README.md

+ 1
- 0
.gitignore ファイルの表示

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

+ 3
- 4
Makefile ファイルの表示

@@ -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

+ 5
- 0
README.md ファイルの表示

@@ -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