fixed: fixed.c
	gcc -Wall -Wextra -o fixed fixed.c

clean:
	rm fixed

