diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-12-19 17:06:12 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-12-19 18:00:21 -0500 |
commit | a998a5b1341a0e7650f2b27a7ef221f3a2ec2714 (patch) | |
tree | 4506c8eb7af3b92bc062cd810ca1887b37f9c454 /contrib | |
parent | 46f82b6ea9ea9067a674e0ff71e65ecfdcfa7781 (diff) | |
download | basic-hdl-template-a998a5b1341a0e7650f2b27a7ef221f3a2ec2714.tar.gz basic-hdl-template-a998a5b1341a0e7650f2b27a7ef221f3a2ec2714.zip |
buildsys: DEFAULT not DEFAULT_GOAL
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xilinx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index 2e01ba9..5473e01 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -56,7 +56,7 @@ # Setup default targets default: bitfiles all: bitfiles -.DEFAULT_GOAL: bitfiles +.DEFAULT: bitfiles # This file only works with Xilinx stuff vendor = xilinx |