blob: e292a73429ab7232adddcb5cdb1243ab51f1a5c2 [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-only
all:
$(CC) post.c -o post
clean:
rm -f post
distclean: clean