Compare commits

...

2 Commits

Author SHA1 Message Date
Xavier Del Campo Romero d9d1811f89
configure: Fix typo
slweb was renamed to libweb some time ago:

commit 28ae865e5e
Author: Xavier Del Campo Romero <xavi.dcr@tutanota.com>
Date:   Tue Oct 10 23:43:47 2023 +0200

    Apply slweb renaming to libweb
2023-11-24 01:52:52 +01:00
Xavier Del Campo Romero 3062a63e14
.gitignore: Ignore only ./Makefile
Future commits might introduce Makefiles on other directories that
should not be ignored.
2023-11-24 01:52:00 +01:00
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ build/
slcl
*.o
*.d
Makefile
./Makefile

2
configure vendored
View File

@ -130,7 +130,7 @@ fi
if [ $in_tree_libweb -ne 0 ]
then
cat <<"EOF" >> $F
LIBWEB = libweb/libslweb.a
LIBWEB = libweb/libweb.a
$(PROJECT): $(LIBWEB)
$(LIBWEB): FORCE
+cd libweb && $(MAKE) CC=$(CC)