projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba16321
)
Makefile now generates generatable files before building archive
author
Martin Read
<martin@blackswordsonics.com>
Mon, 20 Jan 2014 14:49:11 +0000
(14:49 +0000)
committer
Martin Read
<martin@blackswordsonics.com>
Mon, 20 Jan 2014 14:49:11 +0000
(14:49 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a3de350
..
79c251c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,7
+21,7
@@
all: $(GAME)
$(GAME): $(OBJS)
$(CXX) $(OBJS) $(LINKFLAGS) -o $(GAME)
-archive: clean
+archive: clean
headergen
mkdir $(ARCHIVEDIR)
cp `cat MANIFEST` $(ARCHIVEDIR)
tar czf $(ARCHIVEDIR).tgz $(ARCHIVEDIR)
@@
-33,6
+33,10
@@
clean:
code-docs:
doxygen Doxyfile
+headergen:
+ ./pobj_comp default.permobjs
+ #./pmon_comp default.permons
+
display-nc.o: display-nc.cc victrix-abyssi.hh display.hh
main.o: main.cc combat.hh victrix-abyssi.hh monsters.hh