diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-12-31 12:05:04 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-12-31 12:05:04 +0100 |
commit | b9e6d07e9ca9c4c6fb758e6886f43684948d70a7 (patch) | |
tree | f94bb5dcdc431a031ffde34d7307f10e86280547 /icefuzz | |
parent | 2d03b61380c3fec5f6d5b744c588eb76957db138 (diff) | |
download | icestorm-b9e6d07e9ca9c4c6fb758e6886f43684948d70a7.tar.gz icestorm-b9e6d07e9ca9c4c6fb758e6886f43684948d70a7.tar.bz2 icestorm-b9e6d07e9ca9c4c6fb758e6886f43684948d70a7.zip |
Added config.mk, correct DESTDIR/PREFIX usage
Diffstat (limited to 'icefuzz')
-rw-r--r-- | icefuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/Makefile b/icefuzz/Makefile index 0233eb4..702bbea 100644 --- a/icefuzz/Makefile +++ b/icefuzz/Makefile @@ -1,4 +1,4 @@ - +include ../config.mk export LC_ALL=C TESTS = |