get rid of senseless "all" target

This commit is contained in:
Babz 2021-10-05 23:29:03 +02:00
parent 305ccff6a6
commit 2d0ba539da
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
FXSDK_PREFIX = ${HOME}/.local
FXSDK_INSTALL_PATH = ${FXSDK_PREFIX}/lib/cmake/fxsdk
.PHONY: all
all: build
.DEFAULT_GOAL: build
# generate project with cmake
CMAKE_GENERATOR ?= Ninja