forked from github/server
7233af54b4
These need to be more powerful to be useful, and the current way they are implemented is not, but the general idea strikes me as good. Also, feedback should be configurable for each failed rule.
26 lines
372 B
Text
26 lines
372 B
Text
SubDir TOP common gamecode ;
|
|
|
|
TargetDirectory ;
|
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
|
SubDirHdrs $(SUBDIR)/../util ;
|
|
SubDirHdrs $(SUBDIR)/.. ;
|
|
SubDirHdrs $(SUBDIR)/../.. ;
|
|
SubDirHdrs $(XMLHDRS) ;
|
|
|
|
SOURCES =
|
|
archetype.c
|
|
creation.c
|
|
creport.c
|
|
economy.c
|
|
give.c
|
|
items.c
|
|
laws.c
|
|
luck.c
|
|
monster.c
|
|
randenc.c
|
|
report.c
|
|
study.c
|
|
xmlreport.c
|
|
;
|
|
|
|
Library gamecode : $(SOURCES) ;
|