summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-09 12:41:51 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-09 12:41:51 +0200
commit218021b512f7bb71f553966cd5447f71a49002f9 (patch)
treea425555a3cad5f16fe72c1e4dc12c6820bbe8399 /makefile
parent5ac1cdde1743e818db9ae362376cb52770145973 (diff)
downloadattocc-218021b512f7bb71f553966cd5447f71a49002f9.tar
attocc-218021b512f7bb71f553966cd5447f71a49002f9.tar.bz2
attocc-218021b512f7bb71f553966cd5447f71a49002f9.tar.zst
token buffer parser
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0364204..dae0c7d 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
.PHONY: all clean test
-ALL = attocc attocc-small attocc-debug
+ALL = attocc attocc-small attocc-debug attocc-test
all: $(ALL)
clean:
rm $(ALL)