This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow
"make bench" to work when cross-compiling for Windows.
legacy
Sam Hocevar
sam
13 years ago
parent
6ed53d9868
commit
148f6838e9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
test/Makefile.am
+ 2
- 2
test/Makefile.am
View File
@@ -5,8 +5,8 @@ if USE_CPPUNIT
cppunit_tests = lol-test
endif
bench: lol-bench
./lol-bench
bench: lol-bench
$(EXEEXT)
./lol-bench
$(EXEEXT)
all-local: quad$(EXEEXT) lol-bench$(EXEEXT)
test x$(MAKE_FSELF) = xno || make_fself quad$(EXEEXT) quad.self
Write
Preview
Loading…
Cancel
Save