@@ -0,0 +1,13 @@
SRC := $(wildcard src/*.c)
CFLAGS := -lcrypto -lm -lz
DEBUG = false
ifeq ($(DEBUG), true)
DEBUG_FLAG = -DDEBUG -ggdb
endif
all: $(SRC)
gcc -o build/cgit $(SRC) $(CFLAGS) $(DEBUG_FLAG)
run: all
build/cgit
The note is not visible to the blocked user.