diff --git a/Makefile b/Makefile index 6a80bac..1eca6e2 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,6 @@ $(BINARY): $(OBJS) @$(RCC) -o $@ $< clean: - -del *.o - -del *.rsc - -del $(BINARY) + -rm *.o + -rm *.rsc + -rm $(BINARY) diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9c47cb0 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# Starry Night Screensaver +This is a revival of the original Starry Night screensaver from After Dark, released by Berkeley Systems in the 1990s. Starry night fills your screen with a glimmer of stars and buildings. + +![Screenshot](screenshot.gif?raw=true "Screenshot") + +# Downloads +Download the latest release ![here](starryn.scr?raw=true) \ No newline at end of file diff --git a/screenshot.gif b/screenshot.gif new file mode 100644 index 0000000..a32b9f6 Binary files /dev/null and b/screenshot.gif differ diff --git a/starryn.scr b/starryn.scr new file mode 100644 index 0000000..fd28f0e Binary files /dev/null and b/starryn.scr differ