mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 03:32:06 -05:00
Little fix to help text in configure.ac
This commit is contained in:
parent
249256f286
commit
8b05e73c97
|
|
@ -49,4 +49,4 @@ echo ""
|
|||
echo "========================================"
|
||||
echo ""
|
||||
echo "./configure ready!"
|
||||
echo "you're ready to run: 'make'"
|
||||
echo "you're ready to run: 'make' && 'sudo make install'"
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ libSDLtest_la_SOURCES = SDL_test.c \
|
|||
libSDLtest_la_CLAGS = -fPIC -g
|
||||
libSDLtest_la_LDFLAGS = `sdl-config --libs`
|
||||
|
||||
libtest: libSDLtest.la
|
||||
libSDLtest: libSDLtest.la
|
||||
echo "Test library compiled."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user