summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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