Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/Makefile
blob: 796bed8dd16efa2b9c3b10b6f18408a37d69f37c (plain)
1
2
3
4
5
6
7
8
9
10
.POSIX:
CC = tcc
CFLAGS = -Wall
#CPPFLAGS = -D UNIX
LDLIBS = -lpthread -lrt

all: acccre-server
acccre-server: acccre-server.o
clean:
	rm -f *.o acccre-server