1## SPDX-License-Identifier: GPL-2.0-only 2all: 3 $(CC) post.c -o post 4clean: 5 rm -f post 6 7distclean: clean 8