From af7821da81932a990ecc64a6381a90f3d6eaf5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 17:30:47 +0200 Subject: ce: Rewrite in C The `build' program is available at http://git.ankarstrom.se/build/ --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8d23b4..74dd7bd 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ install: @install $(EXEC) /usr/local/bin @echo Rewriting shebangs... @re! $(IEXEC) + +build: + build */*.c -- cgit v1.2.3