Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fixed typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan SVIHLA committed Jul 30, 2021
1 parent a8efd1a commit 116fd7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ all: clean update_change lint cov build
ifeq ($(OS),Windows_NT)
exec_name := sperf.exe
del_exec := rmdir /Q /S
test_dir := ./tests
pysper_dir := ./pysper
perf_script := ./scripts/sperf
sperf_zip := ./dist/sperf-Windows
sperf_exe := ./dist/sperf.exe
update_change := ./scripts/update_change.py
test_dir := .\\tests
pysper_dir := .\\pysper
sperf_script := .\\scripts\sperf
sperf_zip := .\\dist\\sperf-Windows
sperf_exe := .\\dist\sperf.exe
update_change := .\\scripts\\update_change.py
else
del_exec := rm -fr
test_dir := ./tests
Expand Down

0 comments on commit 116fd7b

Please sign in to comment.