forked from github/server
19 lines
315 B
Text
19 lines
315 B
Text
SubDir TOP common items ;
|
|
|
|
TargetDirectory ;
|
|
SubDirHdrs $(SUBDIR)/../gamecode ;
|
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
|
SubDirHdrs $(SUBDIR)/../util ;
|
|
SubDirHdrs $(SUBDIR)/.. ;
|
|
SubDirHdrs $(SUBDIR)/../.. ;
|
|
|
|
SOURCES =
|
|
artrewards.c
|
|
demonseye.c
|
|
itemtypes.c
|
|
seed.c
|
|
weapons.c
|
|
xerewards.c
|
|
;
|
|
|
|
Library items : $(SOURCES) ;
|