diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-20 12:31:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-20 12:31:47 +0200 |
commit | 1fcc4b01d17367e8f5855b8c40564be1445e911a (patch) | |
tree | 421fa27a012eeed9086957f1648fad986ee83169 /Makefile | |
parent | Improve makefile + m whitespace fix (diff) | |
download | exec-as-1fcc4b01d17367e8f5855b8c40564be1445e911a.tar.gz exec-as-1fcc4b01d17367e8f5855b8c40564be1445e911a.tar.bz2 exec-as-1fcc4b01d17367e8f5855b8c40564be1445e911a.tar.xz |
Remove obsolete test that fails1.2.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ all: exec-as test $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) check: exec-as test - test "$$(./exec-as ./test)" = "" test "$$(./exec-as ./test 1 2 3)" = "1,3" install: exec-as |