aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-10-29 19:00:19 +0200
committerMattias Andrée <maandree@kth.se>2021-10-29 19:00:19 +0200
commitedaf04cb26a2cdda3d15317e3c898d0c2feb497b (patch)
tree11069fd45016ee6bc4decaa194967e680a3d87b8
parentDo not specify font for dmenu in xkbdbind settings (diff)
downloaddotfiles-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-xbase/new-c-proj2
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"