Increase timeout for MLFQS tests to 480 seconds, which is necessary
[pintos-anon] / src / utils / Makefile
1 all: setitimer-helper
2
3 LDFLAGS = -lm
4 setitimer-helper: setitimer-helper.o
5
6 clean: 
7         rm -f *.o setitimer-helper