From 201e606e3366077ebad661b36898d41c2620ffcd Mon Sep 17 00:00:00 2001 From: randomuser Date: Mon, 18 Oct 2021 18:54:57 -0500 Subject: [PATCH] add install rule for anaconda and boids --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1c0f566..c60007c 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,7 @@ mkc: c: cp -f c/scream $(DESTDIR)$(PREFIX)/bin cp -f c/timer $(DESTDIR)$(PREFIX)/bin + cp -f c/boid $(DESTDIR)$(PREFIX)/bin + cp -f c/anaconda $(DESTDIR)$(PREFIX)/bin clean: rm c/scream