46a91247d7703bb161053e12fbcd39f749c274ba
[pintos-anon] / src / utils / Makefile
1 all: setitimer-helper squish-pty squish-unix
2
3 CC = gcc
4 CFLAGS = -Wall -W
5 LDFLAGS = -lm
6 setitimer-helper: setitimer-helper.o
7 squish-pty: squish-pty.o
8 squish-unix: squish-unix.o
9
10 clean: 
11         rm -f *.o setitimer-helper squish-pty squish-unix