aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/Makefile
blob: 21741f11d0325c3f01eeec567464d6c168d0d80c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
all: setitimer-helper squish-pty squish-unix

CC = gcc
CFLAGS = -Wall -W -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
LDFLAGS = -lm -lxnet
setitimer-helper: setitimer-helper.o
squish-pty: squish-pty.o
squish-unix: squish-unix.o

clean: 
	rm -f *.o setitimer-helper squish-pty squish-unix