Browse Source

Fix extension

pull/211/head
ncshaw 3 years ago
parent
commit
8aee143463
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -17,7 +17,7 @@ distclean: clean
build:
ifeq ($(OS),Windows_NT)
./configure.bat
./configure.ps1
else
./configure
endif

Loading…
Cancel
Save