We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440940a commit bde60caCopy full SHA for bde60ca
Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = hyperrogue
3
hyperroguedir = $(datadir)/hyperrogue
4
dist_hyperrogue_DATA = hyperrogue-music.txt DejaVuSans-Bold.ttf
5
dist_doc_DATA = README.md
6
-hyperrogue_SOURCES = hyper.cpp savepng.c
+hyperrogue_SOURCES = hyper.cpp savepng.cpp
7
8
# Some definitions used in graph.cpp
9
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"
0 commit comments