1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Remove unnecessary else logic from Makefile

This commit is contained in:
Matthew Kilgore 2022-05-16 00:16:18 -04:00
parent bac798bc17
commit 6adac0842e

View file

@ -89,7 +89,7 @@ ifdef BUILD_QB64
else
EXE ?= qb64
endif
else
endif
ifneq ($(filter clean,$(MAKECMDGOALS)),)
# We have to define this for the Makefile to work,
@ -101,8 +101,6 @@ ifndef EXE
$(error Please provide executable name as 'EXE=executable')
endif
endif
all: $(EXE)
CLEAN_LIST :=