From 86da5514c02652e0a994b8b6951bad226effeb00 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 27 Apr 2011 23:48:03 +0900 Subject: [PATCH] =?utf8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E3=81=AE?= =?utf8?q?=E3=81=9F=E3=82=81=E3=80=81=E3=83=93=E3=83=AB=E3=83=89=E5=BE=8C?= =?utf8?q?=E3=81=AB*.o=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92?= =?utf8?q?=E5=89=8A=E9=99=A4=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?utf8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 01bec4f..a394531 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,7 +11,6 @@ EXECSRC := exec.c dump.c .PHONY: all clean all: ../casl2 ../comet2 ../dumpword - @rm -f *.o ../casl2: casl2.o $(subst .c,.o,$(COMMONSRC) $(CASL2SRC) $(ASSRC) $(EXECSRC)) $(CC) $(CFLAGS) -o $@ $^ -- 2.18.0