diff options
author | Florian Jung <flo@windfisch.org> | 2015-03-17 17:40:35 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-03-17 17:40:35 +0100 |
commit | 5a37b85e568362548ca8011bc4ea2fd139a070f7 (patch) | |
tree | b570c673a89295baee6d8ab337f339d322cb257b /Makefile | |
parent | 383587591e887d2e76f3ff37b8ccc5308bafb687 (diff) |
mmh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ simple.o: simple.c gcc -std=gnu99 -Wall -DOHMD_STATIC -Icontrib/OpenHMD/include/ -g -O2 -c -o simple.o simple.c contrib/OpenHMD/src/.libs/libopenhmd.a: - cd contrib/OpenHMD && ./configure --enable-static=yes && make -j5 + cd contrib/OpenHMD && ./autogen.sh && ./configure --enable-static=yes && make -j5 clean: rm -f simple.o simple |