Tweaked button graphics
This commit is contained in:
@@ -37,12 +37,12 @@ $(OUTDIR):
|
||||
|
||||
clean:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
del /S /Q *.o *.a *.exe $(OUTDIR)\*
|
||||
rmdir /S /Q $(OUTDIR)
|
||||
del /S /Q *.o *.a *.exe $(OUTDIR)\*.dll
|
||||
# rmdir /S /Q $(OUTDIR)
|
||||
else ifeq ($(shell uname), Linux)
|
||||
find . -type f -name '*.o' -exec rm -f -r -v {} \;
|
||||
find . -type f -name '*.a' -exec rm -f -r -v {} \;
|
||||
rm $(OUTDIR)/* -f
|
||||
# rm $(OUTDIR)/* -f
|
||||
find . -empty -type d -delete
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user