diff options
author | Jonas Kohl | 2024-07-20 13:47:07 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-20 13:47:07 +0200 |
commit | 43fe47176969a348bb3598760d1725440f1a6a1f (patch) | |
tree | a7d186a4658268bc62593289659dc12b38c7bdf3 | |
parent | b4f1a01ea76f6f086999e9598014f4454795d31a (diff) |
Remove erroneous build commands
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |