Use a fixed target filename

This commit is contained in:
Maschell 2018-09-23 14:13:06 +02:00
parent 6095b2bcdd
commit 3af3fb5a34
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ WUT_ENABLE_CPP := 0
WUT_DEFAULT_MALLOC := 1
# Target filename
TARGET := $(notdir $(CURDIR)).mod
TARGET := swipswapme.mod
# Source directories
SOURCES := src/ \