mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
8 lines
158 B
Makefile
8 lines
158 B
Makefile
noinst_LIBRARIES = libqfgamecode.a
|
|
|
|
libqfgamecode_a_SOURCES =
|
|
|
|
all-local: ../libqfgamecode.a
|
|
|
|
../libqfgamecode.a: libqfgamecode.a
|
|
cp $(noinst_LIBRARIES) ..
|