mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 05:08:54 +00:00
remove marshaller-gen on clen
This commit is contained in:
parent
bcad579b02
commit
a708a05432
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -81,7 +81,10 @@ clean:
|
||||||
@rm -f gen/*.c
|
@rm -f gen/*.c
|
||||||
@rm -f $(A_LIB_NAME)
|
@rm -f $(A_LIB_NAME)
|
||||||
@rm -f $(SO_LIB_NAME)
|
@rm -f $(SO_LIB_NAME)
|
||||||
|
@rm -f $(MARSHALLER_GEN)
|
||||||
|
|
||||||
@rm -f json-demo
|
@rm -f json-demo
|
||||||
@rm -f json-test
|
@rm -f json-test
|
||||||
|
|
||||||
@rm -f marshaller-demo
|
@rm -f marshaller-demo
|
||||||
@rm -f marshaller-test
|
@rm -f marshaller-test
|
||||||
|
|
Loading…
Reference in a new issue