summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 13:47:07 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 13:47:07 +0200
commit43fe47176969a348bb3598760d1725440f1a6a1f (patch)
treea7d186a4658268bc62593289659dc12b38c7bdf3 /Makefile
parentb4f1a01ea76f6f086999e9598014f4454795d31a (diff)
Remove erroneous build commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 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