X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Futils%2FMakefile;h=46a91247d7703bb161053e12fbcd39f749c274ba;hb=c809e9ba0a0dd653f20809d665ee7deb27aaac12;hp=7215e905a8f17c61ef385fb5aa5934a1e33ee119;hpb=307707bd6c2e334e61ee65d1e4f838f55e855509;p=pintos-anon diff --git a/src/utils/Makefile b/src/utils/Makefile index 7215e90..46a9124 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -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