integrate with private dotfiles

This commit is contained in:
2021-03-07 16:22:15 +00:00
parent ff32a1cceb
commit 3ca1fbf41f
3 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ options:
@echo "CC = $(CC)"
config.h:
cp config.def.h config.h
sed "s/HOSTNAME/$(shell cat /etc/hostname)/; \
s/FONT/\"$(shell ../getfont.sh freedesktop)\"/" \
config.def.h > config.h
.c.o:
$(CC) $(STCFLAGS) -c $<