mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
6c9de8061b
source of the bug)
8 lines
178 B
Makefile
8 lines
178 B
Makefile
noinst_LIBRARIES = libqfgamecode.a
|
|
|
|
libqfgamecode_a_SOURCES = pr_edict.c pr_exec.c
|
|
|
|
all-local: ../libqfgamecode.a
|
|
|
|
../libqfgamecode.a: libqfgamecode.a
|
|
cp $(noinst_LIBRARIES) ..
|