irclibs/C/Makefile

6 lines
97 B
Makefile

all:
cc *.c -omain -O0 -g3 -pedantic -Wall -Wextra -DENABLE_SSL -lcrypto -lssl
clean:
rm main