mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
up clean target
This commit is contained in:
parent
f60fdb4ed2
commit
2dda32ead9
3
makefile
3
makefile
@ -28,7 +28,6 @@ $(BIN_DIR) $(OBJ_DIR):
|
|||||||
pwsh -Command New-Item -Path $@ -ItemType Directory
|
pwsh -Command New-Item -Path $@ -ItemType Directory
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
pwsh -Command Remove-Item -Recurse $(EXE)
|
pwsh -Command Remove-Item -Recurse $(EXE), $(OBJ_DIR)
|
||||||
pwsh -Command Remove-Item -Recurse $(OBJ_DIR)
|
|
||||||
|
|
||||||
-include $(OBJ:.o=.d)
|
-include $(OBJ:.o=.d)
|
||||||
|
Loading…
Reference in New Issue
Block a user