aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 17:30:47 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 17:30:47 +0200
commitaf7821da81932a990ecc64a6381a90f3d6eaf5d2 (patch)
treeeb7c1dfe291b2daaaa6a72669578faa3dc5ca8e6 /Makefile
parentede252c175859041bfddf36983c4672bd756ecaa (diff)
downloadxutil-af7821da81932a990ecc64a6381a90f3d6eaf5d2.tar.gz
ce: Rewrite in C
The `build' program is available at http://git.ankarstrom.se/build/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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