blob: e292a73429ab7232adddcb5cdb1243ab51f1a5c2 [file] [log] [blame]
Martin Rothadaab4a2022-10-28 22:38:44 -06001## SPDX-License-Identifier: GPL-2.0-only
Denis 'GNUtoo' Cariklibfe07892016-02-21 14:27:21 +01002all:
3 $(CC) post.c -o post
4clean:
5 rm -f post
Felix Helde862a002021-01-07 18:52:55 +01006
7distclean: clean