protoverse

A metaverse protocol
git clone git://jb55.com/protoverse
Log | Files | Refs | README | LICENSE

commit ca83a66a3eca2177a4169e07fd755537569f689d
parent 89054e9f6ed2dd1c00b2affd56357fb401619e3a
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 14 Jun 2020 15:34:04 -0700

add .o to clean

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MMakefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -6,6 +6,5 @@ OBJS = io.o parse.o protoverse: protoverse.c $(OBJS) $(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@ - clean: - rm -f protoverse + rm -f protoverse *.o