X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Futils%2FMakefile;h=46a91247d7703bb161053e12fbcd39f749c274ba;hb=c2486b1b0b514400544dd43d0fc4a707f9056d17;hp=9eca3baa148404a344f88046e4ed9aa459166336;hpb=bb7e71ecaa84d1dc223e5372e804ba6c9d5bfb00;p=pintos-anon diff --git a/src/utils/Makefile b/src/utils/Makefile index 9eca3ba..46a9124 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -1,7 +1,11 @@ -all: setitimer-helper +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 + rm -f *.o setitimer-helper squish-pty squish-unix