all: fwdscript

fwdscript: src/fwdscript.c
	$(CC) -Ideps/conts/include -Wall -Wextra -O0 -g $< -o $@

.PHONY: clean
clean:
	rm -rf fwdscript
