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:
d0fbcbe
)
Clean up stuff left by a DOS build.
author
David Griffith
<dave@661.org>
Sun, 19 May 2019 04:26:19 +0000
(21:26 -0700)
committer
David Griffith
<dave@661.org>
Sun, 19 May 2019 04:26:19 +0000
(21:26 -0700)
src/common/Makefile
patch
|
blob
|
history
diff --git
a/src/common/Makefile
b/src/common/Makefile
index 2923529971efce41ba4040f922e954a4fdc578f8..7fac21c5e2bf0c6a0474efc085994f591123976f 100644
(file)
--- a/
src/common/Makefile
+++ b/
src/common/Makefile
@@
-22,6
+22,7
@@
$(TARGET): $(OBJECTS)
@echo "** Done with Frotz core."
clean:
rm -f $(TARGET) $(OBJECTS)
+ rm -f *.O DEFS.H
%.o: %.c
$(CC) $(CFLAGS) -fPIC -fpic -o $@ -c $<