diff options
author | bie <bie@blekksprut.net> | 2016-11-10 18:01:49 +0100 |
---|---|---|
committer | bie <bie@blekksprut.net> | 2016-11-10 18:01:49 +0100 |
commit | 3ce4f1f7e5e8b77a8e9862fe3adf1fdae24e7825 (patch) | |
tree | 00f5d9148be9676674f7e407762c768c3407fc05 /Makefile | |
parent | f2dfa757e24b0073ed8a9d3703d6b6b52ac1a3d3 (diff) | |
download | godzilla-3ce4f1f7e5e8b77a8e9862fe3adf1fdae24e7825.tar.xz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ config.h: cp config.def.h $@ godzilla: config.h godzilla.c - ${CC} ${CFLAGS} -o godzilla godzilla.c -lcrypt + ${CC} ${CFLAGS} -o godzilla godzilla.c -lcrypt -lcap |