diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-09 12:41:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-09 12:41:51 +0200 |
commit | 218021b512f7bb71f553966cd5447f71a49002f9 (patch) | |
tree | a425555a3cad5f16fe72c1e4dc12c6820bbe8399 /makefile | |
parent | 5ac1cdde1743e818db9ae362376cb52770145973 (diff) | |
download | attocc-218021b512f7bb71f553966cd5447f71a49002f9.tar attocc-218021b512f7bb71f553966cd5447f71a49002f9.tar.bz2 attocc-218021b512f7bb71f553966cd5447f71a49002f9.tar.zst |
token buffer parser
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |