From d594203cc2c7a69c13ffe760a9a2b3dbaf33a9a6 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sat, 25 Jan 2020 08:55:25 +0900 Subject: [PATCH] fixup --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb2d10d..e39a8d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ nyancat +*.o *.pyc diff --git a/Makefile b/Makefile index 1dd50ef..069b06c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(distdir): FORCE cp Makefile $(distdir) cp src/Makefile $(distdir)/src cp src/nyancat.c $(distdir)/src - cp src/animation.h $(distdir)/src + cp src/animation.c $(distdir)/src cp src/telnet.h $(distdir)/src FORCE: