1b5c1e7bdb
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird
14 lines
279 B
Diff
14 lines
279 B
Diff
--- a/Makefile.in 2000-04-01 22:45:36.000000000 -0500
|
|
+++ b/Makefile.in 2008-02-29 13:18:24.000000000 -0500
|
|
@@ -126,6 +126,10 @@ tgz: $(SRCTGZ)
|
|
|
|
bindist: $(BINTGZ)
|
|
|
|
+install :
|
|
+ mkdir -p $(GAMESDIR)
|
|
+ install -c magiccube4d $(GAMESDIR)
|
|
+
|
|
rpm: $(SRCTGZ)
|
|
rpm -ta $(SRCTGZ)
|
|
|