mirror of
https://git.kappach.at/lda/Parsee.git
synced 2025-05-12 16:54:29 +02:00
This allows us to have commands apply to admins or MUCs only(which would help with many things I want to implement).
10 lines
132 B
Text
10 lines
132 B
Text
CODE=star-of-hope
|
|
NAME=Parsee
|
|
VERSION=0.2.0
|
|
BINARY=parsee
|
|
SOURCE=src
|
|
INCLUDES=src/include
|
|
OBJECT=build
|
|
CC=cc
|
|
CFLAGS=-O3
|
|
PREFIX=/usr
|