mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
noinst_LIBRARIES = libutil.a
|
|
|
|
libutil_a_SOURCES = cmd.c cvar.c hash.c mdfour.c sizebuf.c va.c zone.c
|
|
|
|
all-local: ../libutil.a
|
|
|
|
../libutil.a: libutil.a
|
|
cp $(noinst_LIBRARIES) ..
|