birdsurf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit abeabe7deee8cee7ef4dea7ec137499767521a2f
parent 312082336e067d8f6aefdfb17ac92792002d451a
Author: grouse <bdmfegys@duck.com>
Date:   Sat, 24 Feb 2024 13:23:22 -0500

remove config.h on make clean target in Makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -37,7 +37,7 @@ $(WOBJ): $(WSRC) $(CC) $(WEBEXTCFLAGS) $(CFLAGS) -c $(WSRC) clean: - rm -f surf $(OBJ) + rm -f surf config.h $(OBJ) rm -f $(WLIB) $(WOBJ) distclean: clean