Mercurial > codedump
comparison win95kggui/Makefile @ 76:6b3cf09d045c
Remove stray object file
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sat, 25 Jun 2022 22:11:48 -0400 |
parents | dbf5ce219fe3 |
children | 14c64e2a9842 |
comparison
equal
deleted
inserted
replaced
75:dbf5ce219fe3 | 76:6b3cf09d045c |
---|---|
8 ./bin2h src/bergsm.xm | 8 ./bin2h src/bergsm.xm |
9 mv hdata.h include/bergsm.h | 9 mv hdata.h include/bergsm.h |
10 $(CC) -o win95kggui.exe src/win95kggui.c src/icon.o sub/ft2play/audiodrivers/winmm/*.c sub/ft2play/*.c $(CC_FLAGS) $(LD_FLAGS) | 10 $(CC) -o win95kggui.exe src/win95kggui.c src/icon.o sub/ft2play/audiodrivers/winmm/*.c sub/ft2play/*.c $(CC_FLAGS) $(LD_FLAGS) |
11 | 11 |
12 clean: | 12 clean: |
13 rm -f include/bergsm.h src/*.o *.exe | 13 rm -f include/bergsm.h *.o src/*.o *.exe |