summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 21:34:32 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 21:34:32 +0200
commitd98130c927f2a78d83ed7e16ad0faf6c3e4ec398 (patch)
tree6b78e59e7def7aac82e9c074a4ba0f6b23f9267d /Makefile
parenta60345e99922f89f9e204f486bbc5dc8fdccb8bf (diff)
Add xresources patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 470ac86..f5b647f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,6 @@ options:
@echo "LDFLAGS = $(STLDFLAGS)"
@echo "CC = $(CC)"
-config.h:
- cp config.def.h config.h
-
.c.o:
$(CC) $(STCFLAGS) -c $<