all: func.c main.c
	gcc $^ -o $@

clean:
	@rm -rf all a.out *1.c _RV_* *.json
