X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Futils%2FMakefile;h=46a91247d7703bb161053e12fbcd39f749c274ba;hp=7215e905a8f17c61ef385fb5aa5934a1e33ee119;hb=2a7028b32e0b34edc8d3d570af1d0d810bea36b4;hpb=392931f3f604f0c8ceb7d97dba21c7fefa2a2187 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