Blame | Last modification | View Log | RSS feed
CC = gcc
#CFLAGS=-Wall -O3 -Werror
CFLAGS=-Wall -O1 -g -Werror
LDLIBS=-lpthread
# Use make's default rules
all: sysstatd
sysstatd: sysstatd.o csapp.o threadpool_exec.o list.o
clean:
rm -f *.o sysstatd