mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
This commit adds the original Chocolate DOOM source which forms a basis for the NuttX port of DOOM. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
8 lines
153 B
Makefile
8 lines
153 B
Makefile
|
|
AM_CFLAGS = -I$(top_srcdir)/opl
|
|
|
|
noinst_PROGRAMS=droplay
|
|
|
|
droplay_LDADD = ../libopl.a @LDFLAGS@ @SDL_LIBS@ @SDLMIXER_LIBS@
|
|
droplay_SOURCES = droplay.c
|
|
|