Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
616fbe0
)
Reorder cleanup stuff.
author
David Griffith
<dave@661.org>
Sun, 19 May 2019 04:27:21 +0000
(21:27 -0700)
committer
David Griffith
<dave@661.org>
Sun, 19 May 2019 05:06:00 +0000
(22:06 -0700)
Makefile
patch
|
blob
|
history
src/common/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 08521441a3f3befa4efec386f8d57f5628ccae5a..f10a0f2b36a48f0478c1cc89aaed27a9027a44df 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-361,16
+361,16
@@
endif
clean: $(SUB_CLEAN)
rm -rf $(NAME)-$(VERSION)
- rm -f $(SRCDIR)/*.h \
- $(SRCDIR)/*.a \
- $(COMMON_DEFINES) \
+ rm -rf $(COMMON_DEFINES) \
$(COMMON_STRINGS) \
- $(HASH) \
$(CURSES_DEFINES) \
- $(NAME)*.tar.gz
+ $(HASH)
+ rm -f FROTZ.BAK FROTZ.EXE FROTZ.LIB
+
distclean: clean
rm -f frotz$(EXTENSION) dfrotz$(EXTENSION) sfrotz$(EXTENSION)
+ rm -f $(NAME)*.tar.gz
help:
@echo "Targets:"
diff --git
a/src/common/Makefile
b/src/common/Makefile
index 7fac21c5e2bf0c6a0474efc085994f591123976f..a76008cd66c7596b773936566ac4602807166197 100644
(file)
--- a/
src/common/Makefile
+++ b/
src/common/Makefile
@@
-20,6
+20,7
@@
$(TARGET): $(OBJECTS)
$(AR) $(ARFLAGS) $@ $?
$(RANLIB) $@
@echo "** Done with Frotz core."
+
clean:
rm -f $(TARGET) $(OBJECTS)
rm -f *.O DEFS.H