Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
sowm: provide config.def.h instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 15, 2019
1 parent cd8d42c commit a205434
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sowm
sowm.o
config.h
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.

0 comments on commit a205434

Please sign in to comment.