summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1cfd9258b4ec45a9d62050c46392a47ec84767b0 (plain) (blame)
1
2
3
4
5
6
7
8
all: fwdscript

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

.PHONY: clean
clean:
	rm -rf fwdscript