OSDN Git Service

detail fix Makefile.
authorornse01 <ornse01@users.sourceforge.jp>
Sat, 5 Jul 2014 16:59:24 +0000 (16:59 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Sat, 5 Jul 2014 16:59:24 +0000 (16:59 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanl/trunk@609 20a0b8eb-f62a-4a12-8fe1-b598822500fb

pcat/Makefile [new symlink]
src/Makefile

diff --git a/pcat/Makefile b/pcat/Makefile
new file mode 120000 (symlink)
index 0000000..bd10475
--- /dev/null
@@ -0,0 +1 @@
+../src/Makefile
\ No newline at end of file
index f026f87..9a0fab5 100644 (file)
@@ -81,6 +81,7 @@ clean:
        $(RM) $(OBJ)
        $(RM) $(WC_SRC:%.C=%.c) $(DBSRC)
        $(RM) $(INST) $(NOINST) *.lst $(DEPS)
+       $(RM) *.btf
 
 install: $(INST:%=$(EXE_INSTALLDIR)/%)