mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-12 23:44:11 +00:00
7 lines
131 B
Bash
7 lines
131 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
cd "`dirname "$0"`"
|
||
|
cd sys/linux
|
||
|
m4 glimp_dlopen.cpp.m4 > glimp_dlopen.cpp
|
||
|
m4 glimp_local.h.m4 > glimp_local.h
|