Replace GSX Server support with VMware Player support.
[pintos-anon] / src / utils / Makefile
index 7215e905a8f17c61ef385fb5aa5934a1e33ee119..46a91247d7703bb161053e12fbcd39f749c274ba 100644 (file)
@@ -1,10 +1,11 @@
-all: setitimer-helper squish-pty
+all: setitimer-helper squish-pty squish-unix
 
 CC = gcc
 CFLAGS = -Wall -W
 LDFLAGS = -lm
 setitimer-helper: setitimer-helper.o
 squish-pty: squish-pty.o
+squish-unix: squish-unix.o
 
 clean: 
-       rm -f *.o setitimer-helper squish-pty
+       rm -f *.o setitimer-helper squish-pty squish-unix