Skip to content
Snippets Groups Projects
Commit 7b51e26a authored by Tom Greig's avatar Tom Greig
Browse files

Remove extraneous endif in Makefile

parent c7286338
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,6 @@ endif ...@@ -18,8 +18,6 @@ endif
.PHONY: all .PHONY: all
all: tl-editor all: tl-editor
endif
define RULE = define RULE =
$(1): $(1:%.o=%.c) \ $(1): $(1:%.o=%.c) \
$(shell sed -E '/^#include ".*\.h"/{s@.*"(.*)"@inc/\1@;p;};d;' \ $(shell sed -E '/^#include ".*\.h"/{s@.*"(.*)"@inc/\1@;p;};d;' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment