mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
sowm: provide config.def.h instead
This commit is contained in:
parent
cd8d42c856
commit
a20543402c
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
sowm
|
||||
sowm.o
|
||||
config.h
|
5
Makefile
5
Makefile
@ -6,7 +6,10 @@ BINDIR?= $(PREFIX)/bin
|
||||
|
||||
CC ?= gcc
|
||||
|
||||
all: sowm
|
||||
all: config.h sowm
|
||||
|
||||
config.h:
|
||||
cp config.def.h config.h
|
||||
|
||||
sowm: sowm.o
|
||||
$(CC) $(LDFLAGS) -Os -o $@ $+ $(LDADD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user