blob: da146baf162512490e6694a53ca274361675cb5b (
plain)
1
2
3
4
5
6
7
8
|
# file : BuildRules/Executable.post.rules
# author : Boris Kolpackov <boris@kolpackov.net>
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license : http://kolpackov.net/license.html
$(call include, $(dir $(MAKEFILE))/Executable.gcc.post.rules)
# $Id$
|