aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:06:33 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:06:33 +0100
commiteaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc (patch)
treee2e2a9db28fc174a029dbf757944a9236b730ee8 /Makefile
parentUpdate e-mail (diff)
downloadexec-as-eaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc.tar.gz
exec-as-eaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc.tar.bz2
exec-as-eaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 914e682..6feb7b6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: exec-as test
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
check: exec-as test
- test "$$(./exec-as ./test 1 2 3)" = "1,3"
+ test "$$(./exec-as ./test 1 2 3)" = "1,3"
install: exec-as
mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"