mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
heh, forgot about EXTRA_DIST stuff
This commit is contained in:
parent
a429295b3a
commit
311d2a8fd5
1 changed files with 3 additions and 1 deletions
|
@ -36,5 +36,7 @@ menu.dat$(GZ): $(menu_obj) $(QFCC_DEP)
|
|||
$(QFCC) $(QCFLAGS) -p $(STRIP) -o menu.dat $(menu_obj)
|
||||
$(GZIP)
|
||||
|
||||
EXTRA_DIST= $(menu_src)
|
||||
EXTRA_DIST= $(menu_src) cbuf.h client_menu.h cmd.h controls_o.h cvar.h \
|
||||
draw.h file.h game.h inputline.h key.h menu.h object.h options.h \
|
||||
options_util.h servlist.h string.h stringh.h
|
||||
CLEANFILES= *.dat *.sym *.gz *.qfo
|
||||
|
|
Loading…
Reference in a new issue