mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:35:10 +00:00
[ADD] Add basic Matrix ID parser
This commit is contained in:
parent
fb511b4df0
commit
8042ccc0cc
8 changed files with 70 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -41,6 +41,8 @@ all: binary utils
|
|||
|
||||
binary: $(OBJ_FILES)
|
||||
$(CC) $(LDFLAGS) $(OBJ_FILES) -o $(BINARY)
|
||||
tags:
|
||||
@ctags --recurse $(SOURCE)/
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJECT) $(BINARY) $(AYAS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue