summaryrefslogtreecommitdiff
path: root/include/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile.W32')
-rw-r--r--include/Makefile.W3210
1 files changed, 8 insertions, 2 deletions
diff --git a/include/Makefile.W32 b/include/Makefile.W32
index ff4b18e..61bff47 100644
--- a/include/Makefile.W32
+++ b/include/Makefile.W32
@@ -9,8 +9,12 @@ local_clean:
@-erase wolf\*~ 2>NUL
@-erase wolf\port\*.bak 2>NUL
@-erase wolf\port\*~ 2>NUL
- @-erase wolf\daemon\*.bak 2>NUL
- @-erase wolf\daemon\*~ 2>NUL
+ @-erase wolf\log\*.bak 2>NUL
+ @-erase wolf\log\*~ 2>NUL
+ @-erase wolf\service\*.bak 2>NUL
+ @-erase wolf\service\*~ 2>NUL
+ @-erase wolf\library\*.bak 2>NUL
+ @-erase wolf\library\*~ 2>NUL
local_distclean:
@@ -23,3 +27,5 @@ local_test:
# $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/daemon
# $(INSTALL) -d -m 755 $(includedir)/wolf/port
# $(INSTALL) -m 644 wolf/port/*.h $(includedir)/wolf/port
+# $(INSTALL) -d -m 755 $(includedir)/wolf/library
+# $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/library