From 43fe47176969a348bb3598760d1725440f1a6a1f Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 13:47:07 +0200 Subject: Remove erroneous build commands --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 43ace06..5a649a3 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,6 @@ HTMLTARGETS:=$(SRCFILES:src/pages/%.php=build/%.html) DEV_SERVER_BINDING?=127.0.0.1:19310 -foo: $(objects) -ifeq ($(CC),gcc) - $(CC) -o foo $(objects) $(libs_for_gcc) -else - $(CC) -o foo $(objects) $(normal_libs) -endif - .PHONY: build/static publish dev-server all: $(HTMLTARGETS) $(STATICFILES) build/static -- cgit v1.2.3