aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"