diff options
author | Mattias Andrée <maandree@kth.se> | 2021-10-29 19:00:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-10-29 19:00:19 +0200 |
commit | edaf04cb26a2cdda3d15317e3c898d0c2feb497b (patch) | |
tree | 11069fd45016ee6bc4decaa194967e680a3d87b8 /base/new-c-proj | |
parent | Do not specify font for dmenu in xkbdbind settings (diff) | |
download | dotfiles-edaf04cb26a2cdda3d15317e3c898d0c2feb497b.tar.gz dotfiles-edaf04cb26a2cdda3d15317e3c898d0c2feb497b.tar.bz2 dotfiles-edaf04cb26a2cdda3d15317e3c898d0c2feb497b.tar.xz |
Fix new-c-proj
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-x | base/new-c-proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/new-c-proj b/base/new-c-proj index 865e139..48dc599 100755 --- a/base/new-c-proj +++ b/base/new-c-proj @@ -108,7 +108,7 @@ if printf '%s\n' "$1" | grep '^lib' >/dev/null 2>/dev/null; then x \$(AR) rc \$@ \$(OBJ) $1.\$(LIBEXT): \$(LOBJ) - x \$(CC) \$(LIBFLAGS) -o $@ \$(LOBJ) \$(LDFLAGS) + x \$(CC) \$(LIBFLAGS) -o \$@ \$(LOBJ) \$(LDFLAGS) install: $1.a $1.\$(LIBEXT) x mkdir -p -- "\$(DESTDIR)\$(PREFIX)/lib" |