Add screenshots folder. Fix Makefile cleanup.
3
Makefile
|
@ -21,9 +21,10 @@ SRCS_CXX = \
|
|||
src/mansdl-genf.cc \
|
||||
src/mansdl-init.cc
|
||||
OBJS_CXX=$(SRCS_CXX:.cc=.o)
|
||||
OBJS=$(OBJS_CXX)
|
||||
mansdl: $(OBJS_CXX)
|
||||
$(CXX) $(LDFLAGS) -o $@ $(OBJS_CXX)
|
||||
$(OBJS_CXX): $(HDRS_CXX) $(SRCS_CXX)
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm mansdl $(OBJ)
|
||||
rm mansdl $(OBJS)
|
||||
|
|
BIN
screenshots/screenshot0.webp
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
screenshots/screenshot1.webp
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
screenshots/screenshot2.webp
Normal file
After Width: | Height: | Size: 111 KiB |
BIN
screenshots/screenshot3.webp
Normal file
After Width: | Height: | Size: 181 KiB |
BIN
screenshots/screenshot4.webp
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
screenshots/screenshot5.webp
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
screenshots/screenshot6.webp
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
screenshots/screenshot7.webp
Normal file
After Width: | Height: | Size: 90 KiB |