summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644
index 0000000..46a9124
--- /dev/null
+++ b/utils/Makefile
@@ -0,0 +1,11 @@
1all: setitimer-helper squish-pty squish-unix
2
3CC = gcc
4CFLAGS = -Wall -W
5LDFLAGS = -lm
6setitimer-helper: setitimer-helper.o
7squish-pty: squish-pty.o
8squish-unix: squish-unix.o
9
10clean:
11 rm -f *.o setitimer-helper squish-pty squish-unix