Mercurial > codedump
changeset 76:6b3cf09d045c
Remove stray object file
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sat, 25 Jun 2022 22:11:48 -0400 |
parents | dbf5ce219fe3 |
children | 81f95f11fe39 |
files | win95kggui/Makefile win95kggui/win95kggui.o |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/win95kggui/Makefile Sat Jun 25 22:09:45 2022 -0400 +++ b/win95kggui/Makefile Sat Jun 25 22:11:48 2022 -0400 @@ -10,4 +10,4 @@ $(CC) -o win95kggui.exe src/win95kggui.c src/icon.o sub/ft2play/audiodrivers/winmm/*.c sub/ft2play/*.c $(CC_FLAGS) $(LD_FLAGS) clean: - rm -f include/bergsm.h src/*.o *.exe + rm -f include/bergsm.h *.o src/*.o *.exe