mirror of
https://github.com/DrBeef/DVR.git
synced 2024-12-19 17:12:43 +00:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
#
|
|
# Copyright (C) 2000 by Colin Phipps (cph@lxdoom.linuxgames.com)
|
|
# License: GPL
|
|
|
|
CFLAGS=@CFLAGS@
|
|
|
|
noinst_LIBRARIES = libposixdoom.a
|
|
|
|
libposixdoom_a_SOURCES = i_system.c
|
|
|
|
|