main: trucks.c
	gcc trucks.c -lm -o trucks

clean:
	rm -f trucks
