all: fixscript.o
	gcc -g -Wall -O3 -o test fixscript.o fixtask.c test.c -lm -lrt

fixscript.o: fixscript.c fixscript.h
	gcc -g -Wall -O3 -o fixscript.o -c fixscript.c
