From 4dddf8ef2a7284891cdb273a6f0fd25db37099e2 Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 17 Jun 2026 05:07:47 -0500 Subject: Add UK version of railroad crossing Also fix some Makefile issues --- c/gol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/gol/Makefile') diff --git a/c/gol/Makefile b/c/gol/Makefile index 75b1176..9c168f3 100644 --- a/c/gol/Makefile +++ b/c/gol/Makefile @@ -16,5 +16,5 @@ load: gol.hex bash -c "wl-copy < gol.hex" clean: - rm -f gol.bin gol.elf gol.o init.o + rm -f gol.hex gol.elf gol.o init.o -- cgit v1.2.3