4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
# Fake sdl-config
|
||
|
echo "-lSDL -ldirect -ldirectfb -lfusion"
|