Skip to content

Commit

Permalink
Using alias rd instead of git's 'rmdir'
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Friedman committed Jul 10, 2017
1 parent 44ba106 commit 871dc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ release:
move build\latria-c.exe latria-windows
if not exist release mkdir release
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('latria-windows', 'release/latria-windows.zip'); }"
rmdir latria-windows /s /q
rd /S /Q latria-windows

# latria
_latria: $(INTERPRETER_PROMPT) $(CORE_OBJS) $(INTERPRETER_OBJS) $(HTTP_OBJS) $(MEMORY_OBJS) $(REGEX_OBJS) $(COMPILER_CORE)
Expand Down

0 comments on commit 871dc55

Please sign in to comment.