mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2025-02-16 08:51:34 +00:00
6 lines
131 B
Bash
Executable file
6 lines
131 B
Bash
Executable file
#!/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
|