mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Removed unused variable in Makefile
This commit is contained in:
parent
db71f48470
commit
3b06af2977
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,6 @@ DOC=lib.docdir/index.html
|
|||
NAME=msat
|
||||
|
||||
LIB=$(addprefix $(NAME), .cma .cmxa .cmxs)
|
||||
GENERATED=$(MAIN) $(BIN) gmon.out
|
||||
|
||||
all:$(LIB)
|
||||
|
||||
|
|
@ -21,7 +20,6 @@ doc:
|
|||
|
||||
clean:
|
||||
$(COMP) -clean
|
||||
rm -f $(GENERATED)
|
||||
|
||||
TO_INSTALL=META $(addprefix _build/,$(LIB))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue