aboutsummaryrefslogtreecommitdiff
path: root/util/post/Makefile
blob: e292a73429ab7232adddcb5cdb1243ab51f1a5c2 (plain)
1
2
3
4
5
6
7
## SPDX-License-Identifier: GPL-2.0-only
all:
	$(CC) post.c -o post
clean:
	rm -f post

distclean: clean