.PHONY: all build

all: build

build:
	gcc -static main.c -o seccompish
