Revision 385131165f477f579c7dcbe59fd9271b51c9f97f authored by Henrique Dias on 01 November 2023, 10:24:37 UTC, committed by Henrique Dias on 01 November 2023, 10:24:37 UTC
1 parent e068f14
Raw File
GNUmakefile
# General tools

SHELL=PATH='$(PATH)' /bin/sh

# enable second expansion
.SECONDEXPANSION:

include Rules.mk
back to top