irced

ed, but like irc
git clone git://bvnf.space/irced.git
Log | Files | Refs | README

Makefile (126B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
.POSIX:

CFLAGS = -Wall -Wextra -pedantic -Og -g -D_POSIX_C_SOURCE=200809L
LDFLAGS = -static

all: irced

clean:
	rm -f irced