Fixed spacing

This commit is contained in:
Test User 2024-06-21 23:17:09 +02:00
parent 3851a4c2db
commit 2d82727565

View File

@ -16,12 +16,12 @@ else
ifeq ($(UNAME_S), Darwin)
linklibs = -lpthread
else
else
# MSVC
linklibs = -lrt -lpthread
# MinGW
#linklibs = -lversion -lpthread
endif
endif
endif
%.o: ../oscar64/%.cpp